Skip to main content
Glama
mdiaoficial

mdia-feegow-mcp

by mdiaoficial

feegow_remove_invoice

Remove a financial invoice by its unique identifier. Deletes the specified invoice from the clinic management system.

Instructions

[Financeiro] Remove uma fatura a partir do seu código identificador. [ESCRITA — altera dados; requer FEEGOW_ALLOW_WRITES=true] (HTTP DELETE /core/financial/invoice/remove)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesCorpo JSON da requisição.
queryNoParâmetros de query adicionais (chave/valor) não listados acima.
Behavior2/5

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

The description mentions it is a write operation that alters data and requires a flag, and provides the HTTP method DELETE. For a mutation tool with no annotations, the description carries the burden of behavioral disclosure. It does not specify consequences (e.g., cascading effects), authorization details, or error handling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence plus metadata tags, efficiently conveying the core purpose. The tags add useful context, though they could be considered slightly redundant. It is front-loaded with the action and resource.

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 delete operation, the description covers the core function and required input. However, it lacks information about the response format or success/failure indicators. No output schema is provided, leaving the agent to infer behavior.

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?

The input schema has 100% description coverage with 'invoiceId' described as the identifier. The description essentially restates this ('código identificador'), adding no new semantic meaning. The generic 'query' parameter is noted but not elaborated.

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 removes an invoice by its identifier. It uses a specific verb ('Remove') and resource ('fatura'), which distinguishes it from other invoice-related sibling tools like feegow_list_invoices or feegow_create_invoice.

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 includes tags '[Financeiro]' and '[ESCRITA — altera dados; requer FEEGOW_ALLOW_WRITES=true]' indicating it's a financial write operation requiring a specific environment variable. However, it does not explicitly state when to use this tool versus alternatives, nor does it provide exclusions or prerequisites beyond the flag.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mdiaoficial/mdia-feegow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server