Skip to main content
Glama

Dataprev: Fator Acidentário de Prevenção (FAP)

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.2/5.0
Behavior4/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 tool is clearly a safe read operation. The description adds the detail that it shows versions, which is consistent. Although the description doesn't add extra behavioral context like whether it requires authentication, the annotation coverage is sufficient and the tool is trivially safe.

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, highly concise, and front-loaded with the core action. Every word is useful, with no unnecessary filler.

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?

Given the tool's simplicity (no parameters, no output schema, read-only operation), the description is complete enough. It aligns with annotations and clearly defines the tool's function. A fully comprehensive description might mention that it returns version strings, but the purpose is unambiguous.

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 schema provides all necessary information. The description doesn't need to add parameter semantics. The baseline for zero params is 4, and the description adequately covers the purpose.

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 clearly states what the tool does: it shows the current MCP platform and adapter versions. This is a specific verb ('show') plus resource ('MCP platform and adapter versions'), and it distinguishes itself from siblings like 'authenticate' or 'connect' by focusing on version information.

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 when needing to check versions but does not explicitly mention when to use it over alternatives. Since there are sibling tools like 'toolkit_info' that might also provide version-related information, the description could be more explicit about exclusivity, but the context is fairly clear.

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.9/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: authentication, connection status, FAP data query, marketplace catalog, bug reporting, version info, and toolkit state. No overlap or ambiguity.

Naming Consistency2/5

Naming conventions are inconsistent: some are single-word verbs (connect, marketplace), one is snake_case with underscores (dataprev_fap_consultar), and others mix verb-noun (show_version) or noun-based (toolkit_info). There is no uniform pattern across the set.

Tool Count4/5

With 7 tools, the set is reasonably scoped. It includes one domain-specific data tool and several generic platform utilities, which is slightly broad but not excessive or sparse.

Completeness4/5

For the primary purpose of FAP data lookup, the single query tool covers the core need. Authentication and status tools support the workflow, though there is no obvious additional data operation missing. The inclusion of platform-management tools extends beyond the domain but does not create a critical gap.