Skip to main content
Glama

retrieve_entity_snapshot

Retrieve an entity's current or historical snapshot with full provenance information. Use the 'at' parameter for past versions.

Instructions

Retrieve the current snapshot of an entity with provenance information. Supports historical snapshots via 'at' parameter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_idNo
atNoISO 8601 timestamp for historical snapshot reconstruction
formatNoResponse text format. `markdown` (default for MCP) returns canonical deterministic markdown for KV-cache stability. `json` returns the raw snapshot payload for programmatic callers.
Behavior3/5

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

The description indicates a read operation (retrieve) and mentions provenance and historical support, but lacks details on side effects, permissions, or return behavior. With no annotations, the description carries the full burden and 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?

Two sentences, no wasted words. Front-loaded with main action, then adds key feature. Each sentence earns its place.

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

Completeness3/5

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

Given the tool has 3 parameters, no output schema, and no annotations, the description is mildly inadequate. It does not explain what 'provenance information' entails, what the response looks like, or clarify the entity_id parameter. More context would help agent use correctly.

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

Parameters3/5

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

Schema coverage is 67%; the description adds no new information beyond what's in the schema. The 'at' parameter's historical usage is already documented in the schema, and entity_id remains undescribed. Baseline of 3 is appropriate as schema does most of the work.

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 it retrieves a snapshot of an entity with provenance, distinguishing it from sibling tools like retrieve_entity_by_identifier or retrieve_entities. The mention of historical snapshots via 'at' parameter adds specificity.

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 snapshot retrieval and historical queries via 'at', but does not explicitly state when to use this tool over alternatives or provide any exclusion criteria. No comparison to siblings is given.

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/markmhendrickson/neotoma'

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