Skip to main content
Glama
opedrosoares

MCP Compras.gov.br

by opedrosoares

compras_fornecedor_contratos_por_item

Read-onlyIdempotent

Find current government suppliers for CATMAT/CATSER items by listing contracts and commitments from Comprasnet, helping identify potential participants for new procurement bids.

Instructions

Lista contratos e empenhos por itens (CATMAT/CATSER) no Comprasnet.

Endpoint POST /api/comprasnet/contratosempenhos. Útil para descobrir quem fornece esses itens hoje no governo (potenciais participantes em novos certames).

Cache 1h.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codigos_catmatNoCódigos CATMAT a buscar.
codigos_catserNoCódigos CATSER a buscar.

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, openWorldHint, idempotentHint, and destructiveHint=false. The description adds useful context beyond that: the exact HTTP endpoint and a 1-hour cache TTL. No contradiction with the annotations exists.

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 short, purposeful sentences. The core behavior is front-loaded, followed by the endpoint, the practical use case, and the cache TTL. No redundant or filler content.

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 low complexity (two optional array parameters), full schema coverage, rich safety annotations, and presence of an output schema, the description provides what an agent needs to select and invoke the tool correctly. Nothing essential is missing.

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%, with both parameters described as CATMAT/CATSER codes to search. The description adds the item-level framing but no additional syntax, format, or relationship details beyond what the schema already provides, so the baseline of 3 applies.

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 clear verb and resource: 'Lista contratos e empenhos por itens (CATMAT/CATSER) no Comprasnet'. The item-code scope and the supplied endpoint clearly distinguish this tool from siblings like contract listing or empenho-by-contract tools.

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?

It explicitly explains when the tool is useful: discovering which suppliers currently provide given CATMAT/CATSER items, supporting identification of potential bidders in future tenders. It does not mention when not to use it or name alternative tools, so it stops short of a 5.

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