Skip to main content
Glama

Tribunal TJMS: Conferência de Certidão

show_version

Read-onlyIdempotent

Show the current MCP platform and adapter versions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the agent knows this is a safe read. The description adds minimal information beyond the annotations ('current' is mildly useful, implying runtime state retrieval), but it does not elaborate on what 'versions' encompasses or whether network/service calls are involved. Given annotation coverage is strong, the description meets a minimum bar but does not deeply enrich understanding.

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?

One sentence, zero waste. 'Show the current MCP platform and adapter versions.' – front-loads the verb, states exactly what is displayed, and includes the word 'current' to signal runtime retrieval. The scarce description matches the tool's trivial nature.

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 zero-parameter informational tool with strong annotations (readOnly, idempotent) and a trivial purpose, the description is complete. It does not explain the output format, which could matter if the agent needs to parse versions, but given the simplicity and the lack of an output schema, the tool appears to be a diagnostics utility where full detail is unnecessary. Could mention if it performs network calls for an up-to-date version check vs. local, but this is a minor gap.

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 there is no parameter semantics burden on the description. The schema is trivially satisfied at 100% coverage, and description correctly focuses on the return value (the version info) rather than inventing parameter details. A 4 is appropriate given the natural baseline for a zero-parameter informational tool.

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 uses a specific verb 'Show' with a clear object 'current MCP platform and adapter versions', precisely indicating what the tool does. It clearly distinguishes itself by referring to 'MCP platform and adapter', which is distinct from sibling tools targeting connectivity ('connect'), auth ('authenticate'), or reporting ('report_bug').

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 tool is simple and its usage is effectively implied by its name and description; however, there is no explicit 'when to use' or 'when not to use' guidance nor mention of alternatives. Since the tool is trivial (zero parameters), the absence of heavy guidance is acceptable, though a sentence reinforcing it as a read-only informational call would move it to a 4.

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.