Skip to main content
Glama

award_state

Given a real, awarded EU public-procurement notice (TED), resolve the winning company's real commercial-registry status TODAY (active, dissolved, insolvency, etc.) - answers "is the company that won this public contract still alive?".

Args:
    notice_id: the TED publication-number of an AWARD notice (e.g.
        "15-2026") - must be a can-standard/can-social/can-desw/
        can-defence notice with a chosen winner, not the original
        contract notice (cn-standard).
    api_key: optional - a free key obtained from POST
        https://api.nkodatalabs.com/v0/keys. Without one, this call
        still works within a free anonymous trial (5 calls/day per
        caller IP) - see the response's "trial" field.

Coverage today (published honestly, not hidden): Spain and France
resolve live via each country's own commercial registry. UK and
Hungary are not resolvable yet - UK needs a free Companies House API
key not yet configured on this service, Hungary has no free public
registry API at all. Natural-person awardees are excluded, never
resolved as a company.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNo
notice_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations present, the description carries the full disclosure burden and does so exceptionally well. It honestly discloses coverage limitations (Spain and France only, UK and Hungary unresolvable), anonymous-trial rate limits, auth requirements, and the exclusion of natural persons. It even flags that coverage is published honestly rather than hidden.

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 appropriately structured: it opens with the core purpose, then explains arguments, then coverage limitations. Every section adds necessary information and no sentence is wasted. It is long but only because the tool genuinely has several non-obvious constraints.

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 no output schema, no annotations, and a niche domain, the description is remarkably complete. It covers the input format, auth, trial limits, country support, known gaps, and excluded cases, and it indicates the kind of result (active, dissolved, insolvency, etc.) without needing a full return schema.

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?

Schema coverage is 0%, so the description must explain both parameters, and it does. notice_id is defined with an example, the required notice type, and exclusions; api_key is explained with where to get it and the fallback anonymous behavior. This far exceeds what the bare schema provides.

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's function: given an awarded EU TED notice, resolve the winning company's current commercial-registry status. It is specific about the verb, resource, and the core question it answers, but it does not explicitly distinguish itself from the sibling tool find_missing.

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 gives clear usage boundaries: the input must be an AWARD notice, not the original contract notice, and natural-person awardees are excluded. It also explains which countries are currently supported. However, it never explicitly mentions when to choose this tool over find_missing, so it stops 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.