action isbndb_get_stats { label: "Gets status on the ISBNDB Database" description: "Returns a status object about the ISBNDB database." provider: isbndb method: GET path: "/stats" encoding: json output: { type: "object" additionalProperties: true } }