Skip to main content
Glama

save_reading_item

Idempotent

Save a schema-stable ReadingItem to local storage. Idempotent by source URL and content hash prevents duplicate entries.

Instructions

Save a schema-stable ReadingItem into a configured local storage backend. This is idempotent by source_url and content_hash.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemYes
storeNodefault

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemNo
errorNo
storeNodefault
createdNo
item_idNo
successYes
Behavior4/5

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

Annotations already provide idempotentHint=true and destructiveHint=false. The description adds that idempotency is keyed by 'source_url' and 'content_hash', and mentions 'schema-stable' and 'configured local storage backend', which enriches behavioral understanding beyond annotations.

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?

Two sentences, no redundant words. First sentence states purpose, second adds a key behavioral trait. Efficient and clear.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having an output schema and nested objects, the description does not explain return values, error conditions, or validation behavior. For a tool that takes a complex object, this lacks essential contextual detail.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must fully compensate. It only mentions 'schema-stable ReadingItem', but does not explain the 'item' object structure, required fields, or the meaning of the 'store' parameter. This is a significant gap.

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 'save' and the resource 'ReadingItem' into a 'local storage backend'. It also specifies idempotency, distinguishing it from reading/sibling tools like 'read_url' or 'library_get'.

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 when saving a ReadingItem, but does not explicitly compare to sibling tools (e.g., library_list, library_search) or provide when-not-to-use guidance. The idempotency detail hints at safe reuse, but lacks clear contextual directive.

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/PigeonAI-Yang/pyaireader'

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