contaazul_list_services
Lista serviços cadastrados.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| busca | No | ||
| pagina | No | ||
| account | No | ||
| tamanho_pagina | No |
Lista serviços cadastrados.
| Name | Required | Description | Default |
|---|---|---|---|
| busca | No | ||
| pagina | No | ||
| account | No | ||
| tamanho_pagina | No |
Changes observed during successful MCP inspections.
Input schema / properties / account / descriptionRemoved value: -"Quando o install tem mais de uma empresa Conta Azul: company_id, label, ou parcial. Ver contaazul_list_accounts."Input schema / properties / pagina / maximumRemoved value: -9007199254740991Input schema / properties / pagina / minimumRemoved value: -1Input schema / properties / pagina / typePrevious value: -"integer"New value: +"number"Input schema / properties / tamanho_pagina / maximumRemoved value: -100Input schema / properties / tamanho_pagina / minimumRemoved value: -1Input schema / properties / tamanho_pagina / typePrevious value: -"integer"New value: +"number"Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds no behavioral context beyond annotations (readOnlyHint, idempotentHint, destructiveHint). Annotations already indicate it is safe and idempotent, but the description does not elaborate on paging or search behavior.
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 extremely concise (one sentence), but it sacrifices completeness. It is front-loaded but lacks substance for a tool with multiple parameters.
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 four undocumented parameters and no output schema, the description is grossly incomplete. An agent would not know how to form a valid request or interpret the response.
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?
The schema has 0% description coverage for 4 parameters, and the description does not explain any parameter. This leaves the agent without hints on how to use 'busca', 'pagina', 'account', or 'tamanho_pagina'.
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 'Lists registered services' clearly states the action and resource, matching the tool name. However, it does not differentiate from other list tools in the sibling list, but the resource 'services' is distinct.
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?
No guidance on when to use this tool versus alternatives like list_products or list_invoices. No context about filtering or pagination is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.