Skip to main content
Glama
muhyousri

hardcover-mcp

by muhyousri

get_books_in_series

Retrieve an ordered, deduplicated list of all books in a series, merging duplicates and excluding partial books or compilations.

Instructions

Get the ordered, deduplicated list of books in a series. Merges duplicates, excludes partial books and compilations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
series_idYesSeries ID
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden of behavior disclosure. It adds meaningful detail: results are ordered, duplicates are merged, and partial books/compilations are excluded. This goes beyond a simple 'get list' and gives agents a realistic expectation of the output's scope, though it does not cover auth requirements or error cases.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence that is front-loaded with the action and target, followed by two essential behavioral clarifiers. Every word earns its place; no redundant filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's low complexity (one integer parameter, no output schema), the description is nearly complete: it tells the agent what the output will be (list of books), the ordering, and the deduplication/filtering behavior. The only missing context is toward the exact structure of each returned book object, but this is not strictly necessary for a list of books and the lack of an output schema lowers the bar.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% coverage with a description for series_id ('Series ID'). The tool description does not add any extra meaning about the parameter itself, so a baseline 3 is appropriate: the schema carries the parameter documentation without needing compensation from the description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource 'Get the ordered, deduplicated list of books in a series', clearly separating this from siblings like get_series_by_id (which presumably returns series metadata) and get_author_books. The qualifiers 'ordered' and 'deduplicated' further define the exact scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description strongly implies when to use the tool: whenever the agent needs the book-level contents of a series. However, it does not explicitly name alternatives or state when not to use it, leaving some room for the agent to confuse this with retrieving series metadata or author book lists.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/muhyousri/hardcover-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server