Skip to main content
Glama

sei_alterar_anotacao_bloco_assinatura

Idempotent

Modify the annotation of a document within a signature block. Change the description attached to a document in a signing block.

Instructions

Altera anotação de documento em um bloco de assinatura.

Disponível desde mod-wssei 2.0.0 (SEI 4.0.x). Se falhar com erro inesperado, use sei_versao para verificar a versão instalada.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id_blocoYes
descricaoYes
documentoYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already indicate it is not read-only (readOnlyHint: false) and not destructive (destructiveHint: false), and is idempotent. The description adds version availability and a troubleshooting hint, but does not disclose any additional behavioral traits like required permissions or side effects. This is adequate given the annotation coverage.

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?

The description is very brief with two sentences, each serving a purpose (action and version note). No redundant information. However, it is too sparse, missing important details that could be added without much length, so it slightly loses points for under-specification.

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?

Given the presence of an output schema and annotations, the description still lacks essential context. It does not explain what an 'anotação' is in this domain, the relationship to the signature block, or what the output will contain. For a tool with three undocumented parameters, the description is insufficient to fully understand usage.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no explanation of the three required parameters (id_bloco, documento, descricao). The parameter names are self-explanatory to some extent, but without any context or format details, the description fails to add meaning beyond the schema. This is a critical gap.

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 the verb 'Altera' and the resource 'anotação de documento em um bloco de assinatura', making the purpose specific. However, it does not explicitly differentiate from similar tools like 'sei_anotar_documento_bloco_assinatura' or 'sei_alterar_anotacao_bloco_interno', so a slight deduction.

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 guidance on when to use this tool versus alternatives. There is no mention of prerequisites (e.g., the annotation must exist) or context where it should be preferred. The only extra information is about version and troubleshooting, which does not aid in tool selection.

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/SEI-Pro/mcp-seipro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server