Skip to main content
Glama
mdiaoficial

mdia-feegow-mcp

by mdiaoficial

feegow_associate_account

Associates a financial account with a patient by linking account ID and association type, updating the patient record with the new account bond.

Instructions

[Financeiro] Associa uma conta financeira a um paciente/tipo, criando o vínculo entre eles (operação de mutação). A resposta retorna o paciente com a conta já vinculada. [ESCRITA — altera dados; requer FEEGOW_ALLOW_WRITES=true] (HTTP POST /core/financial/account/association)

Input Schema

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

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

The description discloses that it is a mutation operation requiring FEEGOW_ALLOW_WRITES=true, and mentions the response returns the patient with the account linked. However, it does not cover idempotency, error conditions, or side effects beyond the mutation flag. Given no annotations, the description provides moderate behavioral insight.

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 and well-structured: it provides the domain tag, core action, mutation flag, configuration requirement, and response hint in a few sentences. Every sentence contributes meaningful information without redundancy.

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 tool with two parameters, no output schema, and no annotations, the description covers the core purpose, mutation nature, auth config, and a hint about the response. It lacks error handling or detailed response structure but is largely complete for such a simple operation.

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 already describes both parameters (account and association IDs) with 100% coverage. The description adds no further meaning or context about these parameters, so it meets the baseline without adding extra value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool associates a financial account to a patient/type (operação de mutação) and indicates it is a write operation. However, it does not explicitly differentiate from related tools like feegow_create_account that might create accounts rather than associate them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternative financial tools. The description lacks context about prerequisites, such as requiring an existing patient and account, or when not to use it.

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