Skip to main content
Glama

palinode_history

Read-onlyIdempotent

Show change history of a memory file with rename tracking and per-commit diff stats. Use full detail to see a commit-level 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.

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).summary
file_pathYesFile path relative to the memory directory (e.g. people/alice.md)

Schema Changelog

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

  1. Changed1 schema field changedv0.14.0
    • changedInput schema / properties / detail / description
      Previous value: -"'summary' (default) returns hash/date/message/stats. 'full' additionally includes the unified diff body per commit (commit-level evolution view, formerly palinode_timeline)."New value: +"'summary' (default) returns hash/date/message/stats. 'full' additionally includes the unified diff body per commit (commit-level evolution view)."
  2. First observedv0.9.5

TDQS

A4/5.0
Behavior4/5

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

Annotations already establish readOnly, idempotent, and non-destructive behavior, so the description only needs to add context beyond that. It adds useful behavioral facts not present in the schema: 'Tracks renames (--follow)' and 'includes diff stats per commit.' There is no contradiction with the annotations. More detail on output ordering or pagination would be nice, but not necessary for this read operation.

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 concise sentences with no filler. The main purpose is front-loaded, followed by a behavioral note and one targeted usage instruction. Every sentence earns its place.

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?

There is no output schema, but the detail parameter's description in the input schema already explains the return structure for summary and full modes (hash/date/message/stats vs unified diff body). Combined with the tool description's rename tracking and diff stats, the agent has enough information to invoke and parse the tool. Minor details like ordering or pagination are not critical for this read-only history operation.

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%, with each parameter already well-documented: limit default, detail enum values, and file_path relative to the memory directory. The description mentions detail='full' but adds no new parameter semantics beyond what the schema already provides, so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description begins with 'Show the change history of a memory file,' a specific verb+resource that clearly orients the agent. It also adds distinctive behavior ('Tracks renames (--follow)', 'diff stats per commit') that separates it from related siblings like palinode_diff or palinode_blame, though it does not explicitly name or contrast those alternatives.

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 use case is clearly stated ('change history of a memory file'), and the instruction 'Use detail='full' for the commit-level evolution view' gives concrete guidance on parameter selection. It does not explicitly exclude sibling tools or say when to choose history over blame/diff, but the context is unambiguous enough for correct selection.

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

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