Skip to main content
Glama
opedrosoares

MCP Compras.gov.br

by opedrosoares

compras_contrato_comprasnet_por_uasg

Retrieve and paginate contract listings from Comprasnet for a given UASG code. Filter active or inactive contracts by page size to manage large data sets.

Instructions

Lista contratos de uma UASG no Comprasnet.

Atenção: o upstream /api/contrato/ug/{uasg} não suporta paginação — devolve a lista completa em uma resposta única (pode passar de 1 MB). Esta tool fatia o resultado client-side conforme pagina + tamanho_pagina para evitar inundar o LLM.

Cache 15 min do payload completo; fatiamento por chamada é barato.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ativosNoSe True (padrão), lista apenas contratos ativos. Set False para incluir inativos via /api/contrato/inativo/ug/{uasg}.
paginaNoPágina de resultados (1-based). Padrão 1.
codigo_uasgYesCódigo UASG (5-6 dígitos).
tamanho_paginaNoQuantidade de registros por página. Padrão 50, máximo 500.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description carries the full burden and excels: it discloses the upstream API behavior (no pagination, large payload), the client-side slicing strategy, and caching details (15 min cache, cheap per-call slicing). This goes far beyond a simple 'list contracts' and provides critical behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise but structured with a clear summary line, followed by important behavioral notes. The bold attention marker is effective for front-loading critical info. Slightly verbose with the Portuguese attention note, but overall efficient for the complexity.

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 that there is an output schema, the description does not need to detail return values. It covers purpose, data source, pagination behavior, caching, and performance implications. For a tool with multiple complex aspects (upstream limitation, client-side slicing, caching), this is exceptionally complete and leaves no major gaps.

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 baseline is 3. The description itself does not add parameter-level details beyond what the schema already provides; all parameters are well-documented in the schema. The description mentions 'pagina + tamanho_pagina' in passing but only in context of the slicing strategy, not adding new semantic meaning.

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 the specific verb 'Lista' (lists) and resource 'contratos de uma UASG no Comprasnet', distinguishing it from siblings like compras_contratos_listar which likely lists contracts from a different system or without UASG filtering. The attention note about pagination further clarifies its exact behavior.

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 context about when to use this tool: when needing contracts by UASG from Comprasnet. It explains the upstream API's lack of pagination and how this tool handles it. However, it doesn't explicitly mention when not to use it or name alternatives among the many sibling tools related to contracts.

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