Skip to main content
Glama

Regularidade FGTS (CRF)

report_bug

Idempotent

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextNo
messageYes
conversationNo[]

Schema Changelog

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

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare the tool as idempotent and non-destructive. The description adds a behavioral requirement (including the conversation array for reproduction) but does not disclose other traits like authentication needs or side effects. Since annotations cover the basic safety profile, a score of 3 is appropriate.

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 concise, using only two short sentences that both provide value. It is front-loaded with the core action and includes a key usage hint without fluff or repetition.

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

Completeness3/5

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

For a simple tool with 3 parameters and no output schema, the description gives enough context to understand the overall purpose and the importance of the conversation array. However, it leaves the message and context parameters unexplained, which creates a gap in completeness for a tool that requires a message.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, placing the burden on the description to explain parameters. The description only explains the 'conversation' parameter ('Include the conversation array with recent messages for reproduction') and leaves the required 'message' parameter and the optional 'context' parameter undefined. This is insufficient for an agent to know precisely what to provide in those fields.

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 the tool's function with specific verbs and resources: 'Report a bug, missing feature, or send feedback.' It is unambiguous and distinct from sibling tools like authenticate or connect, which serve entirely different purposes.

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 conveys the clear context for use—whenever a bug, missing feature, or feedback needs to be communicated. It also provides an instruction ('Include the conversation array with recent messages for reproduction') that helps the agent use the tool effectively. However, it does not explicitly mention alternatives or exclusion scenarios, so it lacks full sibling differentiation.

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

Most tools have distinct purposes: authenticate handles login tokens, connect shows status, fgts_regularidade_consultar performs the actual FGTS query, and report_bug/show_version/toolkit_info are clearly separate. However, authenticate and connect both deal with authentication/connection status, and marketplace overlaps somewhat with toolkit_info in listing available tools, creating minor ambiguity.

Naming Consistency2/5

Naming is highly inconsistent: tools mix bare verbs (connect, authenticate), snake_case with a Portuguese verb at the end (fgts_regularidade_consultar), compound nouns (toolkit_info, marketplace), and verb_noun styles with underscores (report_bug, show_version). No consistent pattern or language convention is followed.

Tool Count3/5

Seven tools is a reasonable number for a server, but the set feels like a grab-bag of platform management utilities rather than a cohesive domain. Given the server name 'Regularidade FGTS', most tools are unrelated to FGTS, making the scope feel bloated with generic infrastructure tools and underweighted on actual FGTS functionality.

Completeness2/5

For a server ostensibly about FGTS certificates, only one tool (fgts_regularidade_consultar) addresses that domain, leaving no other operations like validation, history, or batch processing. The platform tools are complete for managing MCPs, but they don't contribute to the stated FGTS purpose, creating a significant gap in domain coverage.