Skip to main content
Glama

history

Trace an item's full life by ID: every declaration, revision, and retraction, oldest first, with sequence number, hash, and author. Read-only audit trail that still answers for retracted items.

Instructions

Code lane: walks one item's whole life by id, oldest first - every declare, revise and retraction, each with its sequence number, revision hash and author. Use get instead for only the current version. Read-only; nothing is ever deleted from the log, so this still answers for a retracted item - read it before you revise or retract again. Replies with one line per revision, or the plain 'no history for id X' for an unknown id (not an error).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe id whose whole life to walk.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and does so thoroughly: 'Read-only; nothing is ever deleted from the log' explains durability and safety. It also discloses the unknown-id response ('no history for id X' is 'not an error') and the one-line-per-revision reply format.

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?

Every sentence earns its place: primary action, sibling alternative, behavioral guarantees, and output format. It is front-loaded with the core verb and resource, then strategically narrows scope and edge cases without any filler.

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

Completeness5/5

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

There is no output schema, so the description's explicit mention of reply format ('one line per revision') and unknown-id handling fills the gap. It also covers retraction semantics and a pre-revision/retraction use case, making it complete for an agent to invoke safely and 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 description coverage is 100%, and the schema's description of id ('The id whose whole life to walk') already conveys meaning. The tool description reinforces the id's role but adds no new syntactic or format detail beyond that, so the baseline of 3 applies.

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 and resource: 'walks one item's whole life by id, oldest first' and lists what is included (declare, revise, retraction with sequence number, revision hash, author). It also distinguishes from sibling get: 'Use get instead for only the current version.'

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit alternative guidance: 'Use get instead for only the current version.' Also gives a concrete precondition: 'read it before you revise or retract again.' This clearly tells the agent when to choose history over get and when the history is still meaningful.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/nworks3d/THOR-memory-bible-for-AI'

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