Skip to main content
Glama
kristianedlund

hardcover-mcp

get_user_library

Retrieve books from your library filtered by reading status or finished-date range, sorted by rating or title.

Instructions

Get books from your library. Filter by reading status or finished-date range (start_date + end_date). Sort by rating, title, or updated date. Use sort='rating', order='desc' to get top-rated books. Use start_date + end_date to answer 'what did I read in May last year?'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoStatus filter (e.g. 'Read', 'Currently Reading').
start_dateNoEarliest finished_at date (ISO 8601, e.g. '2025-01-01'). Must be paired with end_date.
end_dateNoLatest finished_at date (ISO 8601, e.g. '2025-12-31'). Must be paired with start_date.
sortNoSort field: 'updated' (default), 'rating', or 'date_added'.
orderNoSort direction: 'desc' (default) or 'asc'.
limitNoMax books to return (default 25, max 100).
offsetNoOffset for pagination (default 0).
Behavior3/5

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

No annotations are provided, so the description carries full burden. It accurately describes the tool as read-only (getting library books) and mentions filtering and sorting, but doesn't disclose pagination limits (default 25, max 100) or that it only returns the current user's library, which could be inferred but not explicit.

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?

The description is three sentences, each serving a purpose: stating the function, listing filters/sorts, and providing usage examples. No redundant information, well-structured.

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

Completeness3/5

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

Given the complexity (7 parameters, no output schema), the description covers core functionality but omits details about the response format (e.g., fields returned, data types). The inclusion of pagination parameters suggests a need for output format guidance, which is lacking.

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

Parameters4/5

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

With 100% schema description coverage, the description adds value by providing example usage for sort/order and date range pairing, which goes beyond the schema definitions. The examples clarify how to use parameters together.

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 clearly states 'Get books from your library' and specifies filtering (reading status, finished-date range) and sorting options, distinguishing it from siblings like search_books or get_book. The example usage further clarifies its purpose.

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

Usage Guidelines4/5

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

The description provides explicit guidance on when to use filters (e.g., date range for 'what did I read in May last year?') and sorting (e.g., 'sort=rating, order=desc' for top-rated). However, it doesn't explicitly mention when not to use this tool or suggest alternatives like search_books for broader searches.

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/kristianedlund/hardcover-mcp'

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