Skip to main content
Glama

Certidão STM (Justiça Militar)

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.3/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true and idempotentHint=true, covering safety. The description adds the 'current' qualifier, implying a read of live state, which is minor extra context. It does not disclose return format or any side effects, but for a version info tool, the bar is lower given the annotations.

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 filler. Every word contributes meaning: 'Show', 'current', 'MCP platform and adapter versions'.

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

Completeness5/5

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

Given the tool's simplicity (no parameters, no output schema, clear purpose), the one-sentence description is fully adequate. It tells the agent exactly what the tool does, and annotations cover safety. No additional context is necessary.

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, which earns a baseline of 4. The description doesn't need to elaborate on parameters since there are none, and the schema confirms empty properties.

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') and clearly identifies the resource ('current MCP platform and adapter versions'). This distinguishes the tool from siblings like authenticate or report_bug, leaving no ambiguity about its purpose.

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 clearly implies when to use the tool: when current platform/adapter versions are needed. It does not explicitly name alternatives or exclusions, but the context is clear and no confusion arises given the simplicity of the tool.

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.

TDQS

A3.6/5.0
Disambiguation2/5

Several tools overlap: connect and toolkit_info both report connection status, and marketplace embeds sub-actions (report_bug, list_tools) that duplicate standalone tools. Agents may struggle to choose the right tool.

Naming Consistency3/5

All names use snake_case, but the style is mixed: some are verbs (authenticate, connect, show_version), some are nouns (marketplace, toolkit_info), and the domain tool stm_certidao_consultar reverses the noun-verb order. This inconsistency makes the set less predictable.

Tool Count3/5

Seven tools is a reasonable count, but six are generic platform utilities unrelated to the 'Certidão STM' purpose. The set feels bloated for a server whose name suggests a narrow domain, with only one tool actually serving that domain.

Completeness2/5

For the named domain, only a single consult operation exists—no history, reprint, or status features. The platform tools cover a different domain entirely, leaving the certidão functionality with significant gaps if that is the server's intended focus.