Skip to main content
Glama

sei_listar_usuarios

Read-only

List SEI users by name or acronym. Filter to show only users with permission in the current unit for process assignment, or view all users in the organization.

Instructions

Lista usuários no SEI, com filtro por nome ou sigla.

  • apenas_unidade=true (padrão): só usuários com permissão na unidade atual — ideal para atribuição de processos

  • apenas_unidade=false: todos os usuários do órgão

Use o campo id_usuario retornado para sei_atribuir_processo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filtroNo
apenas_unidadeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations already indicate readOnlyHint=true and openWorldHint=true. The description adds context on filtering behavior and the effect of the apenas_unidade flag, which is beyond what annotations provide. No contradiction.

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 sentences plus a bulleted list. Each part earns its place, and the main purpose is front-loaded. No unnecessary 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?

Given the tool's simplicity (list users with two params) and existence of an output schema, the description fully covers what an agent needs. It explains input, behavior, and how to use the output. Complete for its complexity.

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

Parameters5/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 compensate. It explains that filtro filters by name or abbreviation and that apenas_unidade controls scope, including default behavior. This adds significant meaning beyond the bare schema.

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 it lists users in SEI with optional filtering by name or abbreviation. It distinguishes itself from siblings by explicitly linking the output to process assignment via sei_atribuir_processo.

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

Usage Guidelines5/5

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

The description explains the two modes of the apenas_unidade parameter and their ideal use cases (true for assignment, false for all users). It also tells the agent to use id_usuario for sei_atribuir_processo, providing clear guidance on when and how to use the tool.

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