Skip to main content
Glama
opedrosoares

MCP Compras.gov.br

by opedrosoares

compras_sancao_ceis

Read-onlyIdempotent

Verify suppliers against the CEIS registry of sanctioned companies to block ineligible contractors before procurement approval.

Instructions

Consulta CEIS — Cadastro de Empresas Inidôneas e Suspensas.

Endpoint /api-de-dados/ceis. Empresas com sanção ativa não podem contratar com a administração pública. Use sempre antes de homologar pregões e contratos.

Cache 1h.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cnpjNoCNPJ do fornecedor (14 dígitos, com ou sem pontuação).
nomeNoNome (razão social/fantasia) do sancionado para busca textual.
paginaNoPágina (1-based).
orgao_sancionadorNoSigla do órgão sancionador (ex.: 'TCU').

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.14

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and non-destructive behavior. The description adds useful behavioral context beyond those hints: the specific endpoint, a 1-hour cache, and the legal/regulatory significance of CEIS data. It does not contradict any annotation.

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 compact and front-loaded, with each sentence earning its place: purpose, endpoint, legal context, usage directive, and cache behavior. It contains no filler or repetition.

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

Completeness4/5

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

For a read-only query tool with complete parameter schemas and an output schema, the description covers the essential context: what CEIS is, why it matters, when to use it, and caching behavior. It could more explicitly contrast CEIS with other sanctions registries, but the sibling list and the CEIS naming provide enough orientation for selection.

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

Parameters3/5

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

All four parameters are fully described in the input schema, including CNPJ format, Nome, pagina, and orgao_sancionador, so schema description coverage is 100%. The description adds no parameter-level detail, but with full schema coverage the baseline of 3 is appropriate.

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 opens with a clear verb and resource: 'Consulta CEIS — Cadastro de Empresas Inidôneas e Suspensas.' It identifies the exact registry being queried, which implicitly distinguishes it from sibling sanction tools like CNEP, CEAF, and CEPIM. It does not explicitly name those siblings, so it stops just short of a top score.

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 gives explicit when-to-use guidance: 'Use sempre antes de homologar pregões e contratos,' supported by the legal consequence that sanctioned companies cannot contract with public administration. It does not state when not to use it or point to alternatives such as compras_checar_sancoes_fornecedor for a broader sanctions check.

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/opedrosoares/MCP_Compras'

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