Skip to main content
Glama
mdiaoficial

mdia-feegow-mcp

by mdiaoficial

feegow_list_sales

Obtain sales data by providing a start and end date, with optional filters for unit and amount, from the clinic management system.

Instructions

[Financeiro] Obtém informações de vendas de acordo com o período e filtros informados. (HTTP GET /financial/list-sales)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoParâmetros de query adicionais (chave/valor) não listados acima.
amountNoQuantidade no formato decimal (ex.: "70.00").
date_endYesData de término no formato AAAA-MM-DD.
date_startYesData de início no formato AAAA-MM-DD.
unidade_idNoID da unidade.
Behavior2/5

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

No annotations provided, so description carries full burden. It mentions HTTP GET, implying read-only, but does not disclose behavioral traits such as authorization requirements, rate limits, page size, or what happens if no results. Minimal transparency beyond the basic request type.

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?

Single sentence with the department label front-loaded, concise and efficient. However, it could include more useful detail without becoming verbose.

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

Completeness2/5

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

No output schema exists, but description does not hint at return value structure. For a list tool with 5 parameters and no output schema, the description should indicate what the response contains (e.g., list of sales with fields). Also, it has a nested 'query' parameter that could be clarified. Incomplete for practical use.

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?

Schema has 100% description coverage for all five parameters (date_start, date_end, amount, unidade_id, query), so schema already explains each parameter. Description adds no additional meaning beyond what the schema provides. Baseline 3 is appropriate.

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?

Description clearly states it retrieves sales information based on period and filters. The verb 'Obtém' (Gets) and resource 'informações de vendas' (sales information) are specific. The sibling list includes many tools, but this one is distinct for sales data, not confused with invoices or other lists.

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 explicit guidance on when to use this tool versus alternatives like feegow_list_invoices. The description implies date-range filtering but does not state prerequisites, exclusions, or situations where another tool would be preferable.

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