Skip to main content
Glama

webdiet_financeiro_categories

Read-onlyIdempotent

Read financial records (payments, receipts) in WebDiet. Actions: list (all records in date range — defaults to last 30 days), categories (get available categories for income/expense). Each record includes: id, nome, tipo (entrada=income, saida=expense), categoria, valor, data, observacao, recibo status, and recibo_url when receipt was generated. Use inicio/fim in YYYYMMDDHHmm format to filter by date range (e.g. "202604010000" to "202604302359" for April 2026).

[Flattened action: categories]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fimNo
tipoNoentrada
inicioNo
accountNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior4/5

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

Annotations already indicate readOnly, idempotent, and not destructive. The description adds behavioral details: returns all records in date range (default last 30 days), includes record fields, and date format. No contradictions, and it enriches the agent's understanding of the tool's behavior.

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

Conciseness3/5

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

The description is moderately concise but includes extraneous text like '[Flattened action: categories]' which is unclear. It front-loads the purpose but could be streamlined. Each sentence contributes value, but the structure could be tighter.

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?

Given the simple input schema and absence of output schema, the description provides adequate context: it explains the tool's purpose, actions, record fields, and date format. It covers the essentials for agent usage, though it misses the 'account' parameter and does not mention pagination or limits.

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 compensates somewhat by explaining 'inicio/fim' format and default behavior, and partially describing 'tipo' (entrada/saida with translations). However, 'account' is not explained, and 'inicio'/'fim' defaults are not explicitly documented in the schema. The description adds meaning but leaves gaps.

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 it reads financial records and lists two actions (list, categories). It specifies the verb 'Read' and the resource 'financial records'. However, the tool name includes 'categories', while the description broadens the purpose to general reading, which could cause confusion. It does not explicitly differentiate from sibling tool 'webdiet_financeiro_list'.

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?

The description explains the two actions (list and categories) and the default date range, but it provides no guidance on when to use this tool versus alternatives like webdiet_financeiro_list. It lacks explicit when-to-use and when-not-to-use scenarios.

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.