Skip to main content
Glama
kristianedlund

hardcover-mcp

set_user_book

Update a book's reading status, rating, review, privacy, and private notes in your Hardcover library. Only changes specified fields.

Instructions

Set a book's status, rating, review, privacy, and private notes. Preserves unspecified fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
book_idYesHardcover book ID.
statusNoStatus name (e.g. 'Read') or numeric ID (1-5).
ratingNoRating (e.g. 4.0, 3.5). Omit to leave unchanged.
review_rawNoPlain-text review content (converted to Slate format).
review_has_spoilersNoWhether the review contains spoilers.
reviewed_atNoISO date of the review (e.g. '2025-06-01').
private_notesNoPrivate notes visible only to you.
privacyNoPrivacy setting: 'Public', 'Followers', or 'Private' (or numeric ID 1/2/3).
edition_idNoEdition ID (from get_edition). Sets which edition you're reading.
Behavior3/5

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

With no annotations, the description reveals that unspecified fields are preserved (a partial update hint), but it omits prerequisite details (e.g., book must exist in user's library) and potential side effects (e.g., overwriting existing data). The description is adequate but not thorough.

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 consists of two short sentences (14 words) that front-load the main purpose. Every word is necessary; there is no fluff.

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 9 parameters, no output schema, and no annotations, the description is minimal. It does not cover return values, error conditions, or prerequisites like book ownership. However, the schema handles parameter details, so it reaches a minimally acceptable completeness.

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?

Schema coverage is 100%, so the baseline is 3. The description adds 'Preserves unspecified fields' as behavioral context for the many optional parameters, but does not explain individual parameter semantics beyond what the schema provides.

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 the verb 'Set' and the resource 'book's status, rating, review, privacy, and private notes', making its specific action evident. It distinguishes from siblings like add_user_book_read (new read), delete_user_book (deletion), and get_user_book (retrieval).

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 mentions 'Preserves unspecified fields', which implies partial updates, but does not explicitly contrast with siblings like add_user_book_read (adds a new read) or delete_user_book. No when-not-to-use guidance is given.

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