Skip to main content
Glama

palinode_history

Read-onlyIdempotent

Display the commit history of a memory file, tracking renames and showing diff stats. Use 'full' detail for per-commit evolution view.

Instructions

Show the change history of a memory file. Tracks renames (--follow) and includes diff stats per commit. Use detail='full' for the commit-level evolution view (previously palinode_timeline).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of commits to show (default 20)
detailNo'summary' (default) returns hash/date/message/stats. 'full' additionally includes the unified diff body per commit (commit-level evolution view, formerly palinode_timeline).summary
file_pathYesFile path relative to the memory directory (e.g. people/alice.md)
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. Description adds behavioral context: tracks renames (--follow) and includes diff stats.

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 the core action. Every sentence adds value.

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?

Given no output schema, description explains diff stats and unified diff for full mode. Adequately covers behavior for a read-only history tool.

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% (baseline 3). Description adds meaning by linking detail='full' to the former palinode_timeline, clarifying the difference between summary and full modes beyond schema.

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 states 'Show the change history of a memory file' with specific verbs and resource, and distinguishes from former palinode_timeline by integrating it via the detail parameter.

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?

It explains when to use detail='full' (for commit-level evolution view) but does not explicitly contrast with sibling tools like palinode_diff or palinode_blame.

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/phasespace-labs/palinode'

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