Skip to main content
Glama

AI-TENDER — open procurements of Belarus

One open procurement by id

get_tender
Read-onlyIdempotent

One open procurement by its id (":", e.g. "goszakupki:3653566"): customer, deadline, price, delivery place, procedure, link to the source platform. A closed or unknown id returns found=false. Карточка закупки.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description doesn't need to repeat those. It adds valuable behavior: 'A closed or unknown id returns found=false' and the format of the id. This exceeds the annotation coverage with useful context about edge cases.

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?

Two sentences with no fluff. The purpose, id format, returned fields, and edge-case behavior are all front-loaded in a compact manner. The Russian phrase 'Карточка закупки' adds a small redundancy but does not harm conciseness.

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 simple get-by-id tool with one parameter, the description covers the id format, what the response contains (customer, deadline, price, etc.), and the behavior for closed/unknown ids. With annotations handling safety and idempotency, nothing essential is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema provides only a type and no description for 'id'. The description fully compensates by specifying the exact format ('<source>:<number>') with a concrete example ('goszakupki:3653566'). This is essential information that the schema lacks, making the parameter semantics exceptionally clear.

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 ('get') and resource ('one open procurement'), and gives the id format with an example. It clearly distinguishes itself from siblings like search_tenders (which implies searching) and list_regions, making the tool's purpose unambiguous.

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

Usage Guidelines3/5

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

The description implies this tool is for fetching a single procurement by id, but it does not explicitly state when to use it versus alternatives like search_tenders. It does mention the found=false behavior for closed or unknown ids, which gives some context, but no explicit 'when not to use' guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources