Skip to main content
Glama

read_source

Retrieve original text and location details of discovered sources to verify and cite accurately. Read before citing to ensure evidence-backed claims.

Instructions

读取本轮已发现来源的原文与定位信息(引用前必须先读)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
atom_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are present, so the description carries the full behavioral burden. It clarifies this is a read operation and constraints the scope to sources discovered in the current round, but it does not describe side effects, prerequisites beyond reading, or output behavior. The output schema likely covers return values, so this is adequate but not rich.

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?

A single front-loaded sentence that states the action, target, returned data, and a critical usage requirement. No filler or redundancy.

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?

For a simple tool with one required parameter and an output schema, the description is nearly complete. The main omission is explicit atom_id semantics, but the rest of the invocation context is clear enough.

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 description coverage is 0% and the description never mentions atom_id or how it maps to a source. The parameter name and type provide some inference, but the description adds no explicit semantic guidance beyond the tool name. This is a clear gap for a single required parameter.

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?

Description states a specific verb ('读取' / read), a specific resource ('本轮已发现来源' / sources discovered in this round), and what is returned ('原文与定位信息' / full text and location information). It also distinguishes itself from the sibling search_sources by emphasizing pre-discovered sources.

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 gives an explicit usage condition: '引用前必须先读' (must read before citing). It clearly signals when to use the tool, though it does not explicitly name alternatives or state when not to use it.

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/drephantom/memory-garden'

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