Skip to main content
Glama

Get module package history

get_module_package_history

Fetch the version history of a module package to review or restore previous states. Use this tool to retrieve append-only version lists, ensuring you can track changes and revert when needed.

Instructions

Returns a package's version list. Versions are append-only and can be read back.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
package_idYes
Behavior3/5

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

With no annotations, the description carries the burden. It discloses that versions are append-only and can be read back, implying immutability and read-only nature. However, it lacks details on error handling, permissions, pagination, or ordering, which could be expected for a get 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?

The description is a single, front-loaded sentence with no wasted words. It efficiently conveys the core functionality and the append-only trait.

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

Completeness3/5

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

For a simple read tool with one parameter and no output schema, the description is adequate but minimal. It does not mention pagination, version ordering, or what fields are in the version list, though these may not be critical given the simplicity. The append-only note adds some context, but more behavioral details could improve completeness.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate, but it only mentions 'a package' without clarifying package_id beyond its name. It does not provide format, examples, or constraints, leaving the parameter semantics almost entirely to the schema property name.

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 the tool returns a package's version list, which is a specific verb+resource. It distinguishes from siblings like get_module_package (current package) and list_module_packages (list packages) by focusing on version history.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as get_module_package or other history tools. There are no prerequisites, exclusions, or mention of alternatives, leaving the agent to infer usage from the name.

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/Suddhu9546/mcp'

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