Skip to main content
Glama

Benefícios Sociais PF

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 cover idempotentHint=true and destructiveHint=false, and the description adds 'for reproduction' as context for the conversation parameter. However, it doesn't describe side effects like ticket creation, sending the report, or any rate limits. No contradiction with 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 redundancy: it states the purpose and then a concrete reproduction instruction. Every word earns its place.

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?

The tool is simple and the description covers the core purpose and an important reproduction guideline. However, it omits meaning for 'message' and 'context', and with no output schema or return-value description, the agent may be uncertain about expected behavior.

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?

With 0% schema description coverage, the description must compensate, but it only explains the conversation parameter, and even that lacks format details (schema says string, while description says 'array'). The required 'message' parameter and optional 'context' field are left undifferentiated.

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 the action verb 'Report' with clear objects ('bug, missing feature, or send feedback'), making the tool's purpose immediately obvious. It also differentiates from sibling tools like marketplace and show_version, which serve unrelated functions.

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 states when to use the tool: to report a bug, missing feature, or feedback. It also gives a specific usage instruction (include conversation array for reproduction), though it does not explicitly mention alternatives or exclusions.

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 clearly distinct purposes: authenticate handles login, beneficios_sociais_consultar queries benefits, others handle platform status and actions. However, 'marketplace' is a multi-purpose tool that combines search, describe, invoke, install, etc., which could be confusing for an agent deciding which action to use.

Naming Consistency2/5

Tool names show mixed conventions: simple verbs (authenticate, connect, report_bug, show_version), a noun (marketplace), a noun phrase (toolkit_info), and a Portuguese snake_case phrase (beneficios_sociais_consultar). No consistent verb_noun or camelCase pattern is followed.

Tool Count2/5

7 tools is within a typical count, but only one tool (beneficios_sociais_consultar) is domain-specific. The other six are generic platform utilities (marketplace, connect, report_bug, etc.) that do not belong in a server dedicated to social benefits, making the set feel bloated and off-purpose.

Completeness3/5

The core query tool covers the main need of consulting consolidated social benefits for a CPF, which might be sufficient for a read-only public information service. However, the server lacks any supplementary benefit-related operations (e.g., historical queries, filters) and the platform tools do not contribute to domain coverage, leaving the overall surface thin.