Skip to main content
Glama

Compare two ISM versions

compare_versions

Identify added, removed, or modified controls when comparing two ISM releases, supporting change management and gap analysis.

Instructions

Computes the diff between two ISM releases: controls added, removed, and modified (title, statement, or applicability changes). Useful for change-management and gap analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromYesOlder version, e.g. "2025.12.9".
toYesNewer version, e.g. "2026.03.24". Use "latest" for the current.
includeBodiesNoInclude before/after statements for modified controls (verbose).
Behavior4/5

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

With no annotations, the description carries the full burden. It honestly discloses that the tool computes added, removed, and modified controls, and mentions the includeBodies parameter makes output verbose. However, it does not address potential side effects, rate limits, or the read-only nature, though the operation is clearly non-destructive.

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 composed of two tightly focused sentences. The first sentence defines the core functionality and output details, and the second sentence provides a use case. No extraneous information, making it highly efficient.

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?

Given the lack of an output schema, the description does not explain the return format or structure, which an agent might need to process results. It also does not mention any prerequisites or error conditions. While the core function is clear, additional context would improve completeness.

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?

The input schema has 100% coverage with clear descriptions for all three parameters (from, to, includeBodies). The tool description does not add additional meaning beyond the schema, so a baseline score of 3 is appropriate.

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 action ('Computes the diff') and the resource ('between two ISM releases'), specifying the exact types of changes included (added, removed, modified with details). This distinguishes it from sibling tools like list_versions or get_control, which serve different purposes.

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

Usage Guidelines3/5

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

The description mentions it is 'useful for change-management and gap analysis,' providing context for use. However, it does not explicitly state when not to use this tool or suggest alternatives (e.g., using get_control for a single version or list_versions for version listing).

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/RusticEagle/ism-mcp'

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