Skip to main content
Glama
CaseyRo

Readwise MCP HTTP Server

by CaseyRo

get_document

Retrieve a complete Readwise document by ID, including full content, metadata, tags, and source URL for comprehensive access to saved reading materials.

Instructions

Get a single Reader document by ID with full content.

Returns the complete document including title, author, content, summary, reading progress, tags, and source URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
document_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
titleNo
authorNo
source_urlNo
categoryNo
locationNo
reading_progressNo
word_countNo
summaryNo
contentNo
tagsNo
created_atNo
updated_atNo
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool returns 'complete document' with listed fields, which is useful behavioral context. However, it lacks details on error handling, permissions, or rate limits, leaving gaps for a read operation.

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 front-loaded with the core purpose in the first sentence, followed by a concise list of returned fields. Every sentence adds value without redundancy, making it efficient and well-structured.

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 (1 parameter) and the presence of an output schema, the description is largely complete. It covers purpose and return fields adequately, though it could benefit from more behavioral details like error cases or prerequisites.

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?

The description adds meaning by clarifying that 'document_id' is used to retrieve a 'single Reader document', which is not evident from the schema alone (0% coverage). It compensates well for the low schema coverage, though it doesn't specify ID format or constraints.

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 specific action ('Get a single Reader document by ID') and resource ('Reader document'), distinguishing it from siblings like 'list_documents' (which retrieves multiple) and 'get_book' (which targets a different resource). It precisely defines the scope with 'with full content'.

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 implies usage context by specifying 'by ID' and 'full content', suggesting it's for retrieving a specific document's details rather than listing or filtering. However, it does not explicitly state when to use alternatives like 'list_documents' or 'get_book', missing explicit exclusions or comparisons.

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/CaseyRo/readwise-mcp-http-server'

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