Skip to main content
Glama

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

A3.7/5.0
Behavior3/5

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

Annotations already declare this as read-only (readOnlyHint=true) and idempotent (idempotentHint=true). The description adds that it returns version information, which is consistent but does not disclose additional behavioral traits (e.g., exact return format, potential delays). It adds modest value beyond 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, clear sentence that front-loads the action and object. There is no wasted verbosity; every word contributes to understanding.

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 simple zero-parameter, read-only tool with annotations covering safety and idempotence, the description is sufficient. It clearly states what is shown, though it does not mention output format or any side effects (which are none). It could note that it returns a version string, but it is not necessary for basic use.

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?

With zero parameters, the baseline is 4. The description does not need to describe parameters, and no parameters exist to add meaning for. The description accurately conveys the sole purpose.

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 states a specific verb ('Show') and resource ('current MCP platform and adapter versions'), which clearly identifies the tool's purpose. It distinguishes itself from a potential sibling like 'toolkit_info' by focusing specifically on versions, though it does not explicitly mention that distinction.

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 implies usage via its clear purpose but provides no explicit guidance on when to use it versus alternatives, such as 'toolkit_info'. It lacks context about typical use cases or exclusions, making it adequate but not proactive.

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
Disambiguation4/5

Most tools have clear, distinct purposes: authentication, status check, quota query, marketplace discovery, bug reporting, version display, and toolkit overview. Only minor overlap exists between 'connect' and 'toolkit_info' in terms of connection status reporting, but each has a distinct primary function.

Naming Consistency2/5

Naming is inconsistent: 'authenticate', 'connect', 'marketplace', 'report_bug', 'show_version', 'toolkit_info' use camelCase, while 'detran_ma_multas_consultar' is snake_case. Verbs vary (authenticate, connect, report, show) with some noun-only names (marketplace, toolkit_info), undermining a predictable pattern.

Tool Count3/5

Seven tools is a reasonable number, but the server's stated identity as 'DETRAN MA: Multas' clashes with the inclusion of six platform-level meta-tools and only one domain-specific tool. The count is appropriate for a generic platform server, but it feels excessive for the nominal domain focus.

Completeness2/5

For the domain of Brazilian traffic fines (DETRAN MA), only a single consult tool exists, with no support for updates, deletions, or listing distinct fine types. While platform tools cover meta-operations, the domain surface is severely underdeveloped given the server's name and purported purpose.