Skip to main content
Glama

decision_timeline

Read-onlyIdempotent

Show append-only memory history with readable diffs, filter by file or operation, and recover text replaced by edits.

Instructions

READ-ONLY: show the append-only history of how memory changed over time, with a human-readable diff per entry. Local disk read over a log that is only ever appended to, so nothing here can be rewritten and the record is trustworthy. Use it to answer when and how a memory changed, or to recover text that an edit replaced. Newest entries come first. This is history, not content: use search_memory or read_memory for what a file says now. Parameters: file_id restricts the timeline to one memory file's own history, which is the usual way to trace a single decision; operation restricts it to one kind of change, one of create, edit, move, duplicate, trash, restore, pin, or reconcile; limit caps how many entries come back (default 100); project_path project root whose memory tree the operation applies to. Omit it to use the machine-wide tree, and always omit it when this server was started pinned to a project. Omit every filter for the whole recent history. Returns a list of entries with the operation, timestamp, affected file, revision ids, and a readable diff.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of matching results to return. Defaults are tool-specific.
file_idNoStable memory file identifier. Supply it to restrict the timeline to one file's history.
operationNoOperation name used to restrict the timeline to one kind of change. Omit for every operation.
project_pathNoProject root whose memory tree the operation applies to. Omit it to use the machine-wide tree, and always omit it when this server was started pinned to a project.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, but the description adds valuable behavioral context: the log is append-only, 'nothing here can be rewritten and the record is trustworthy,' and results are newest-first. This goes beyond annotations without contradicting them.

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 a single dense paragraph but front-loaded with the core purpose. Each sentence adds information (filters, return format, ordering). It could be split for readability, but every sentence earns its place with no fluff.

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?

The description covers the tool's purpose, usage context, parameter semantics, and return format ('a list of entries with the operation, timestamp, affected file, revision ids, and a readable diff'). It also disambiguates from sibling tools. It is complete for a read-only history tool with an output schema present.

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

Parameters4/5

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

Schema coverage is 100%, so the schema documents all parameters. The description adds meaningful context beyond the schema, such as explaining that file_id restricts to one file's history, operation enum values, and project_path behavior (including the instruction to always omit it when pinned to a project).

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 opens with a specific verb and resource: 'show the append-only history of how memory changed over time, with a human-readable diff per entry.' It distinguishes itself from sibling tools by explicitly contrasting with 'search_memory or read_memory for what a file says now,' clarifying that this is history, not content.

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?

It clearly states when to use the tool ('to answer when and how a memory changed, or to recover text that an edit replaced') and provides explicit alternatives ('use search_memory or read_memory for what a file says now'). It also gives detailed parameter usage guidance, including how to filter and when to omit project_path.

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/docmancer/docmancer'

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