Skip to main content
Glama
opedrosoares

MCP Compras.gov.br

by opedrosoares

compras_pncp_pca_atualizacao

Read-onlyIdempotent

Monitor Brazilian public procurement planning by listing Annual Procurement Plans (PCA) updated in a date range. Track which agencies revised their plans recently.

Instructions

Lista PCAs atualizados num período (PNCP).

Endpoint PNCP /v1/pca/atualizacao. Útil para monitoramento: descobrir quais órgãos revisaram seu PCA recentemente.

Cache 1h.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paginaNoPágina (1-based).
data_finalYesData final do período (YYYY-MM-DD). Janela máxima ~30 dias.
data_inicialYesData inicial do período de atualização (YYYY-MM-DD).
tamanho_paginaNoRegistros por página.

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

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so safety is covered. The description adds meaningful behavior beyond annotations by revealing the PNCP endpoint and the 'Cache 1h' freshness limitation, which is important for an agent deciding whether cached results are acceptable.

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 very compact: three short sentences plus an endpoint line. It front-loads the core purpose, then gives the use case and cache hint, with 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?

For a read-only list tool with full schema coverage, rich annotations, and an output schema, the description provides everything an agent needs: endpoint, date-period semantics, a concrete monitoring use case, and cache behavior. No critical operational detail 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%, so the schema fully documents all four parameters, including date formats, the ~30-day maximum window, and pagination defaults. The description's mention of 'num período' adds no semantic value beyond what the schema already provides, so the baseline score 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 clearly states the tool lists 'PCAs atualizados num período (PNCP)', identifying a specific verb, resource, and date-range scope. It also gives the exact endpoint and a concrete monitoring use case, which distinguishes it from sibling tools like compras_pncp_pca_listar, though it does not explicitly name an alternative.

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 offers a clear use context: 'Útil para monitoramento: descobrir quais órgãos revisaram seu PCA recentemente.' This tells an agent when to use the tool, but it does not provide exclusions or explicitly compare it to related PCA tools, so it falls short of full alternative routing.

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