Skip to main content
Glama

history

Read-only

List a file's version history, newest first: who wrote each version and whether it has been purged by retention.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesFile whose history to list, relative to the workspace root.
limitNoMax versions to return.
cursorNonext_cursor from a previous call, to fetch the next page.
workspaceNoWorkspace slug. Optional, defaults to "temp".

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The description adds behavioral detail beyond the readOnlyHint annotation, such as the ordering (newest first) and the inclusion of purged status. It does not disclose error handling or auth requirements, but with annotations covering the read-only nature, the added context is valuable.

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?

The description is a single, focused sentence that front-loads the verb and resource. It conveys the essential purpose and key return information without any waste or redundancy.

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?

For a read-only tool with a well-documented schema and no output schema, the description is sufficient. It clearly states what the tool does and the key aspects of the result. It lacks mention of pagination behavior or error cases, but these are not critical for selection and invocation.

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%, so the baseline is 3. The description itself does not add detail about the parameters beyond the schema, but the schema already documents all four parameters clearly. No additional meaning is needed.

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 a specific verb ('List') and resource ('a file's version history'), with added specifics ('newest first', 'who wrote each version', 'purged by retention'). This distinguishes it from siblings like 'list' (listing files) and 'read' (reading content).

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 description provides clear context for when to use the tool (when you need a file's version history, including authorship and retention status). However, it does not explicitly mention when not to use it or name alternative tools for related tasks.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.