Skip to main content
Glama
muhyousri

hardcover-mcp

by muhyousri

get_my_reading_journal

Retrieve your reading journal entries and session history for any book by providing its Hardcover book ID.

Instructions

Get reading journal entries and session history for a specific book.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
book_idYesHardcover book ID
Behavior2/5

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

No annotations are present, so the description carries the full burden. 'Get' implies a read-only operation, but the description does not disclose any other behavioral traits such as authentication requirements, whether the journal is limited to the current user, output shape, or pagination. It basically states the tool purpose rather than explaining behavior beyond it.

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 concise and front-laoded: it names the verb, resource, and scope in one sentence. There is no wordy filler or unnecessary detail, making it easy for an agent to absorb.

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?

For a single-parameter getter, the description is almost adequate, but there is a still some context missing: no output schema is present, and the description does not indicate what the session history looks like or whether the journal belongs to the authenticated user. Its relative incompleteness becomes more noticeable alongside the large sibling set.

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 description coverage is 100%, so the single book_id parameter is already documented as 'Hardcover book ID.' The description only restates that book-scoping without adding new knowledge about formats, constraints, or relationships between the journal entries and the parameter.

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

Purpose4/5

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

The description uses a clear verb and concrete resource: 'Get reading journal entries and session history for a specific book.' It clarifies that this is a book-scoped query, which distinguishes it from more general library or profile getters in the sibling list, though it does not explicitly contrast it with related tools like get_reading_progress or get_reading_stats.

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

Usage Guidelines2/5

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

The description provides no when-to-use or when-not-to-use guidance. It implies the tool is for a specific book, but it does not clarify when to prefer this over sibling tools such as get_reading_progress, get_user_book, or get_readings_read_between.

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