Skip to main content
Glama

easyjur_processo_financeiros

Read-onlyIdempotent

Lançamentos financeiros de um processo.

Bulk support: accepts processo_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
processo_idYes
processo_idsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior3/5

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

Annotations already provide the core safety profile (readOnlyHint=true, idempotentHint=true, destructiveHint=false). The description adds useful context about the batch execution capability (processo_ids), which goes beyond annotations. However, it does not describe return format, pagination behavior, or whether the query parameter supports additional filtering, so transparency remains partial.

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 very concise: two short, front-loaded sentences. The first states the core purpose, the second adds the bulk capability. There is no filler or excess wording.

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?

With no output schema, low parameter documentation, and a non-trivial query object, the description is too sparse to be fully actionable. It does not say what fields/objects the financial entries contain, what filters are supported, or how the query parameter interacts with processo_id. An agent could invoke the tool with unscaled information in more complex scenarios.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must explain all three parameters. It does explain that 'process_id' identifies the process and that processo_ids are for batch execution, but the 'query' object parameter is entirely undocumented, including its allowed keys and semantics. Since one parameter is a nested object with no field-level schema detail, the description insufficiently compensates.

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

Purpose3/5

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

The description identifies the resource as 'Lançamentos financeiros de um processo' (financial transactions of a process), which clearly suggests a retrieve/list operation for financial entries belonging to a case. However, it lacks an explicit action verb such as 'list', 'get', or 'retrieve', and it does not differentiate itself among the many sibling process sub-resources like easyjur_processo_documentos or easyjur_list_despesas/list_receitas.

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 only usage hint is 'Bulk support: accepts processo_ids for batched execution,' which tells the agent when to use the multi-process parameter but not when to choose this tool over alternatives. There is no guidance about when not to use this tool, no mention of required filter context, and no differentiation from list_despesas, list_receitas, or other process-related tools.

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.