Skip to main content
Glama

Cadastro Ambiental Rural: Imóvel

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

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, idempotentHint=true, and destructiveHint=false, indicating this is a non-destructive write operation. The description adds minimal behavioral context beyond describing the reporting action itself. It doesn't mention side effects, response expectations, or authentication needs. With annotations present, the bar is lowered, but the description could have added more context (e.g., that reports are submitted asynchronously). Score 3 reflects adequate but not rich disclosure.

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 two sentences, front-loaded with the primary purpose and the key usage instruction. Every sentence serves a purpose, with no fluff or repetition. It is well-structured and concise.

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 tool with 3 parameters (1 required), no output schema, and no nested objects, the description is mostly complete. It covers the main action and the critical conversation parameter. It doesn't elaborate on the return value or the context parameter, but these are relatively minor gaps given the tool's simplicity and the presence of annotations. A dedicated effort to explain that context is optional additional information would push it to 5, but as is, it's adequate.

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

Parameters3/5

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

With schema description coverage at 0%, the description must compensate for parameter meanings. It explicitly explains the 'conversation' parameter ('Include the conversation array with recent messages for reproduction'), which adds value. However, it does not explain the optional 'context' parameter or expand on 'message' beyond the schema. This partial compensation yields a baseline score of 3.

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 purpose: 'Report a bug, missing feature, or send feedback.' It specifies the verb (report) and the resource (bug/feature/feedback), which distinguishes it from sibling tools like authenticate, marketplace, or show_version. The added instruction about the conversation array reinforces its purpose.

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 implies when to use the tool (when there is a bug or feedback) and provides specific guidance to include the conversation array. However, it does not explicitly mention alternatives or when not to use it, but the sibling tools are clearly distinct in scope, so exclusion is less critical. Slight deduction for lack of explicit when-not guidance.

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

Most tools have clearly distinct purposes (auth, connection status, marketplace, bug reporting, version, toolkit state, and the CAR query). Some ambiguity exists between `marketplace` and `toolkit_info` (both deal with tool listings) and between `authenticate` and `connect` (both relate to connections), but detailed descriptions mitigate confusion. Overall, an agent can usually pick the right tool.

Naming Consistency3/5

Names follow a consistent snake_case style, but the pattern is mixed: some are imperative verbs (`authenticate`, `connect`, `report_bug`, `show_version`), some are noun phrases (`marketplace`, `toolkit_info`), and one is domain-specific (`car_imovel_consultar`). This inconsistency is readable but less predictable than a uniform verb_noun pattern.

Tool Count4/5

At 7 tools, the count is within the typical 3-15 range. However, the server's stated purpose is the CAR domain, yet only one tool is CAR-specific; the rest are generic platform utilities. While the count itself is reasonable, the mix feels somewhat bloated for a specialized server, though not extreme.

Completeness3/5

For the CAR domain, the single `car_imovel_consultar` tool covers the apparent need for querying property information, but there are no additional operations like listing or updating. The generic tools (marketplace, etc.) are complete for platform management, but the domain surface feels thin, especially given the server's name. No obvious dead ends for the primary use case, but the coverage is minimal.