List quotes
list_quotesList saved quotes, optionally filtered by book or favorites only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | No | Filter by book ID | |
| favorites_only | No | Only show favorites |
list_quotesList saved quotes, optionally filtered by book or favorites only.
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | No | Filter by book ID | |
| favorites_only | No | Only show favorites |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds only the 'saved' scoping and filter hints; it does not describe pagination, ordering, return format, or other behavioral traits beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with no filler. It front-loads the verb and resource, then states the optional filters in a compact clause.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only list tool with two optional parameters and no output schema, the description together with the schema is nearly complete. It lacks an explicit note about return format or pagination, but those are minor gaps for this straightforward operation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents book_id and favorites_only. The description restates these as 'filtered by book or favorites only' but adds no new constraints, formatting, or usage details beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the operation ('List saved quotes') and the resource (saved quotes), with optional filters by book or favorites. It is distinct from sibling creation tools like create_quote, though it does not explicitly name a competing listing tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context for when to use the tool: when listing saved quotes, with optional filtering. It does not explicitly discuss when not to use it or name alternatives, but no competing quote-listing sibling exists, so the guidance is sufficient.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.