Skip to main content
Glama
waterofriver

ghidriff-mcp

by waterofriver

ghidriff_settings

Retrieve current server configuration to verify workspace, interpreter, and limits before running binary diffing tasks.

Instructions

Show the server configuration (workspace, interpreter, limits).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral transparency burden. The verb 'Show' clearly indicates a read-only, non-mutating operation, and the parenthetical lists what is exposed. However, it does not mention permissions, response behavior, or other side-effect context, so the disclosure is adequate but not rich.

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 sentence with no filler. It front-loads the action and resource, then adds the valuable scope details (workspace, interpreter, limits) in a compact parenthetical. Every word 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?

For a parameterless read-only getter with an output schema present, the high-level description is largely sufficient. The main gap is the absence of any pointer to sibling tools or usage conditions, which leaves a small but real contextual hole when an agent must choose among related tools.

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?

The tool has zero parameters, so the input schema is effectively complete and there are no argument semantics for the description to clarify. This is the baseline case where the description does not need to compensate for missing parameter documentation.

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 names a specific verb and resource: 'Show the server configuration' with concrete facets in parentheses (workspace, interpreter, limits). It is clear, but it does not explicitly differentiate itself from the sibling tool ghidriff_environment, which could plausibly cover overlapping environment/configuration information.

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?

There is no guidance on when to use this tool versus alternatives such as ghidriff_environment, nor any exclusions or conditions. The description implies it is the configuration accessor, but it does not help an agent choose between related tools.

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