Skip to main content
Glama

sei_gerar_referencia

Read-only

Generate HTML hyperlinks for SEI documents. Given a SEI number, returns a clickable link snippet to insert into document content.

Instructions

Gera o HTML de referência (hiperlink dinâmico) para um documento SEI.

Dado um número SEI (ex: 2599818), resolve o id interno e retorna o snippet HTML pronto para inserir no conteúdo de um documento.

O SEI renderiza isso como link clicável na interface web. Use ao citar documentos SEI no texto de Despachos, Notas Técnicas, etc.

Exemplo: "SEI nº " vira link clicável para o documento.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numero_seiYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already indicate readOnlyHint=true, so the description's addition of 'resolve o id interno e retorna o snippet HTML' provides some behavioral context without contradicting. However, it does not disclose error handling or limitations.

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 concise, front-loaded with the purpose, and uses minimal sentences to convey necessary information. Every sentence adds value.

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 (one parameter) and the presence of an output schema, the description fully covers the required context, including example usage and integration into workflows.

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?

The input schema has one parameter (numero_sei) with 0% description coverage. The description adds meaning by explaining it expects a number ('ex: 2599818') and how it's used, compensating for the schema gap.

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 generates a reference HTML hyperlink for a SEI document, using specific verbs and resource. It distinguishes from sibling tools by its unique function.

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 provides explicit usage context: 'Use ao citar documentos SEI no texto de Despachos, Notas Técnicas, etc.' and gives an example, though it does not mention when not to use it.

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