Skip to main content
Glama
opedrosoares

MCP Compras.gov.br

by opedrosoares

compras_fornecedor_impedimentos_por_itens

Read-onlyIdempotent

Check supplier sanctions by CATMAT/CATSER item codes and identify vendors barred from bidding in Comprasnet procurements. Use before auction homologation to prevent contracting impeded suppliers.

Instructions

Consulta impedimentos no Comprasnet por lista de itens (CATMAT/CATSER).

Endpoint POST /api/comprasnet/compras/impedimentos. Retorna fornecedores impedidos de participar de contratações dos itens informados (sanções aplicadas no SICAF). Essencial antes de homologar pregões eletrônicos.

Cache 1h.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codigos_catmatNoLista de códigos CATMAT (materiais) a verificar. Use junto com codigos_catser ou separadamente.
codigos_catserNoLista de códigos CATSER (serviços).

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.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context beyond annotations: the specific POST endpoint, the SICAF data source, and the 1-hour cache, which informs freshness expectations.

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 the core purpose. Every sentence adds value: the query semantics, the endpoint, the practical use case, and the cache behavior. No filler or redundant restatement of the tool name.

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?

For a read-only, idempotent lookup with two well-documented optional parameters and an output schema, the description covers all necessary aspects: what it does, when to use it, source of data, and cache behavior. Nothing essential is missing for correct invocation.

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?

Schema description coverage is 100%, so the input schema fully documents both parameters. The description reinforces that the parameters are CATMAT/CATSER item code lists but adds no substantial new meaning beyond the 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 states a specific verb and resource: 'Consulta impedimentos no Comprasnet por lista de itens (CATMAT/CATSER)'. It clearly identifies the output (fornecedores impedidos) and the item-list scope, which distinguishes it from supplier-centric sanctions tools in the sibling list. The mention of SICAF-sanctioned suppliers adds precise domain context.

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 clear usage context with 'Essencial antes de homologar pregões eletrônicos', telling an agent when this check is needed. It does not explicitly name alternatives or state when not to use it, but the context is strong enough to guide 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/opedrosoares/MCP_Compras'

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