Skip to main content
Glama

Verificação de Identidade (Argentina)

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.1/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 safety profile is covered. The description adds the specific scope ('platform and adapter versions') but does not disclose return format or any potential error behavior. With annotations present, this is acceptable but not enhanced.

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, concise sentence that immediately conveys the tool's function. There is zero redundancy, and the structure effectively communicates the essential information.

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?

For a simple version-information tool with no parameters and no output schema, this description is sufficient. It tells the agent exactly what will be shown (platform and adapter versions) and implies the output format. No additional context is needed.

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, and the schema is complete (100% coverage). The baseline for 0 params is 4; the description does not need to explain parameters. It accurately reflects that no inputs are required.

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'). It is distinct from sibling tools like toolkit_info, which likely provides broader information, making the purpose unambiguous.

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: call this when you need version information. However, it does not explicitly state when to use versus alternatives, nor does it mention any exclusions. There is no competition with siblings, but the guidance remains implicit.

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

A4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but 'connect' and 'toolkit_info' both report connection status, which could cause confusion. The other tools (authenticate, marketplace, identidade_ar_consultar, report_bug, show_version) are well-separated.

Naming Consistency2/5

Naming is inconsistent: some tools are bare verbs (authenticate, connect), some are nouns (marketplace), some are verb_noun (report_bug, show_version), and one is a Portuguese compound (identidade_ar_consultar). While all use snake_case, the grammatical pattern varies significantly.

Tool Count5/5

7 tools is well within the ideal 3-15 range. Each tool earns its place, covering platform management, identity verification, pricing, and support, without excessive overlap or bloat.

Completeness5/5

The tool set provides comprehensive coverage of the server's apparent scope: authentication, connection status, identity checking, marketplace search and invocation, bug reporting, version info, and toolkit state. There are no obvious dead ends or missing critical operations.