easyjur_processo_vinculados
Processos vinculados a um processo.
Bulk support: accepts processo_ids for batched execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| processo_id | Yes | ||
| processo_ids | No |
Processos vinculados a um processo.
Bulk support: accepts processo_ids for batched execution.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| processo_id | Yes | ||
| processo_ids | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description does not need to restate those. The description meaningfully adds the batch-execution behavior via processo_ids, which goes beyond the structured annotations and reveals a useful capability. No contradiction exists.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded: it states the main purpose and then adds the bulk support note in one extra line. There is no wasted prose, though the brevity comes at the cost of the detail needed for larger lot settings.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the empty schema descriptions, nested query object, and no output schema, the tool is under-specified. The description does not explain return format, how the query object is used, or how process_id and process_ids interact, which is insufficient for reliable autonomous invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description has to explain the parameters. It only mentions processo_ids for bulk execution, leaving the query object and the relationship between processo_ids and the required processo_id unclear. The agent may struggle to construct valid calls, particularly for the nested query parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies 'Processos vinculados a um processo', which clearly refers to retrieving processes linked to a given process, differentiating it from sibling tools like easyjur_processo_documentos or easyjur_processo_partes. However, it lacks an explicit verb such as 'get' or 'list', so it stops slightly short of maximum clarity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The bulk support note implies this tool is good for retrieving linked processes for one or multiple process IDs, but it does not explicitly explain when to prefer it over alternatives such as search/list options. It conveys usage context but provides no exclusions or alternative comparisons.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.