Skip to main content
Glama
qune-tech

qune-tech/ocds-mcp

list_releases

Filter and list OCDS procurement releases by criteria like month, CPV code, buyer, value, and method to discover tenders for detailed analysis.

Instructions

List and filter OCDS procurement releases by structured criteria: month, CPV code prefix, procurement category, procurement method, value range, and buyer name. Supports pagination. Data is fetched from the REST API. Use this for tender discovery before drilling into specific releases with get_release.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
buyer_nameNoFilter by buyer name (case-insensitive substring match)
cpv_prefixNoFilter by CPV code prefix (e.g. '45' for construction, '72' for IT)
deadline_afterNoOnly include tenders with deadline on or after this ISO-8601 datetime
deadline_beforeNoOnly include tenders with deadline on or before this ISO-8601 datetime
eu_fundedNoFilter by EU funding status (true = EU funded)
has_awardsNoFilter by whether the release has awards with suppliers (true/false)
limitNoMaximum number of results (default 20, max 200)
location_nutsNoFilter by delivery location NUTS code prefix (e.g. 'DE3' for Berlin)
main_procurement_categoryNoFilter by main procurement category (e.g. 'works', 'goods', 'services')
monthNoFilter by month in YYYY-MM format
nuts_codeNoFilter by NUTS code prefix (e.g. 'DE2' for Baden-Württemberg)
offsetNoOffset for pagination (default 0)
procurement_methodNoFilter by procurement method (e.g. 'open', 'selective', 'limited')
result_codeNoFilter by result code (e.g. 'selec-w' for selected winner, 'clos-nw' for closed no winner)
statusNoFilter by tender status (e.g. 'active', 'complete', 'cancelled')
submission_deadline_afterNoOnly include tenders with submission deadline on or after this ISO-8601 datetime
submission_deadline_beforeNoOnly include tenders with submission deadline on or before this ISO-8601 datetime
tagNoFilter by lifecycle tag (e.g. 'tender', 'award', 'planning')
value_maxNoMaximum tender value
value_minNoMinimum tender value
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behaviors: it's a read operation (implied by 'List'), supports pagination, fetches from a REST API, and is used for discovery purposes. However, it doesn't mention rate limits, authentication requirements, or error handling, which would be helpful for a tool with 20 parameters.

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 efficiently structured in two sentences: the first explains what the tool does and its filtering capabilities, the second provides usage guidance and references the sibling tool. Every sentence earns its place with no wasted words, making it front-loaded and highly readable.

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 complex tool with 20 parameters and no output schema, the description provides good contextual completeness. It explains the tool's purpose, filtering scope, pagination support, data source, and relationship to get_release. However, without annotations or output schema, it could benefit from mentioning expected return format or result structure to be fully complete.

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 already documents all 20 parameters thoroughly. The description mentions filtering criteria like 'month, CPV code prefix, procurement category, procurement method, value range, and buyer name' but doesn't add meaningful semantic context beyond what's in the parameter descriptions. The baseline of 3 is appropriate when the schema does the heavy lifting.

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 verb ('List and filter') and resource ('OCDS procurement releases'), and distinguishes this tool from its sibling get_release by specifying its role in 'tender discovery before drilling into specific releases.' This provides specific differentiation from alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool ('Use this for tender discovery before drilling into specific releases with get_release'), providing clear guidance on its purpose relative to the sibling tool get_release. This gives the agent a specific alternative for detailed release retrieval.

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/qune-tech/ocds-mcp'

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