action isbndb_get_subject_name { label: "Gets subject details" description: "Returns details and a list of books with subject." provider: isbndb method: GET path: "/subject/{name}" encoding: json input: { type: "object" properties: { name: { type: "string" } } required: ["name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }