Skip to main content
Glama

document_node

Retrieve a specific node from a document's graph structure using its unique ID, enabling access to outlines, chunks, pages, formulas, images, tables, figures, citations, references, and artifacts across EPUB and PDF documents.

Instructions

Read one precise DocumentGraph node by graph node id or short stable id. Works across EPUB books, PDF books, and PDF papers for outline nodes, chunks, pages, formulas, images, tables, figures, citations, references, and artifacts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
doc_idYes
node_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, and the description only says 'Read' implying read-only. It does not disclose any behavioral aspects such as side effects, permissions, or pagination.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences and front-loaded with the main function. The list of node types is comprehensive but slightly verbose; still efficient overall.

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 output schema exists, the description appropriately omits return values. It covers the tool's scope across document types and node types. Missing parameter explanations reduce completeness slightly.

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

Parameters2/5

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

Schema parameter descriptions are absent (0% coverage). The description hints that node_id can be a graph node ID or short stable ID, but does not explain doc_id or confirm syntax, leaving semantics unclear.

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 clearly states it reads a specific node by ID, listing supported document types and node types. However, it does not explicitly differentiate from sibling tools like document_explore or read_outline_node.

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 implies usage for retrieving a known node, but provides no guidance on when to use this tool versus alternatives, nor any exclusions or prerequisites.

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/ArtiPyHeart/mcp-ebook-read'

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