Skip to main content
Glama

sei_trocar_unidade

Change your active unit in SEI to access and manage processes from a different organizational unit. Provide the unit ID obtained from sei_listar_unidades.

Instructions

Troca a unidade ativa do usuário no SEI.

Após trocar, operações como sei_listar_processos mostrarão a caixa da nova unidade. Use sei_listar_unidades para ver as unidades disponíveis e seus IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id_unidadeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations indicate readOnlyHint=false (write operation) and destructiveHint=false (non-destructive). The description adds behavioral context: after switching, list operations show the new unit's inbox. This aligns with annotations and provides useful detail about side effects.

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?

Three concise sentences, front-loaded with the primary action, followed by key consequences and a related tool hint. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the tool's purpose, prerequisite (sei_listar_unidades), and effect. With an output schema present, return values are documented separately, so no gaps remain.

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

Parameters4/5

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

With 0% schema description coverage, the description compensates by referencing sei_listar_unidades to obtain the id_unidade. It explains the parameter's source and purpose beyond the schema's bare definition.

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

Purpose5/5

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

The description clearly states the action: 'Troca a unidade ativa do usuário no SEI.' This is a specific verb+resource pair that distinguishes it from siblings like sei_listar_unidades (lists units) or sei_editar_secao (edits sections).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says to use sei_listar_unidades to see available units and IDs, and notes the effect on subsequent operations like sei_listar_processos. This provides good context for when to use the tool, though it doesn't include explicit when-not-to-use guidance.

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