Skip to main content
Glama

Find A Tender Recent

find_a_tender_recent
Read-onlyIdempotent

Recent HIGH-VALUE UK government tenders and contract awards from the Find a Tender Service (find-tender.service.gov.uk) — the UK's above-threshold procurement portal (the post-Brexit replacement for EU TED, for larger public contracts). Use for "high value UK tenders", "above threshold UK government contracts", "Find a Tender notices", "large UK public sector contract opportunities". Returns recent notices newest-first. An optional keyword is matched over title, description, award title and AWARDED SUPPLIER — client-side, because the FTS API has no text search (it rejects a keyword parameter outright, allowing only stages/limit/cursor/updatedFrom/updatedTo). ALWAYS READ window_complete: false means the walk stopped at the page cap with more feed left, so a zero means "absent from the notices examined", not "not published" — narrow days until it is true. For a proper full-corpus keyword SEARCH of UK procurement, and for lower-value notices, use search_notices (Contracts Finder), which does have a real server-side index. Keyless.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoHow many days back to scan, 1–30 (default 7).
limitNoMax notices to return, 1–100 (default 20).
stageNoNotice stage: "tender" (open opportunities, default), "award" (results), or "planning".
keywordNoOptional keyword to filter recent notices by title/description, e.g. "cloud", "construction". Omit to list all recent.

TDQS

A4.8/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint, openWorldHint, idempotentHint, destructiveHint), the description discloses the critical window_complete flag semantics: a zero result does not mean 'not published', only 'absent from the notices examined'. It also explains that keyword matching is client-side because the FTS API has no text search and rejects a keyword parameter, which prevents an agent from assuming server-side search behavior.

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 long but dense; nearly every sentence carries operational guidance. The lead sentence front-loads the core purpose, followed by usage examples, then the critical window_complete caveat and the alternative tool. Some historical context about EU TED could be trimmed, but it helps explain the 'above-threshold' scope.

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/filter tool with no output schema, the description covers what an agent needs: corpus, ordering, keyword semantics, pagination caveat (window_complete), and when to choose an alternative. The keyless note and safety annotations remove ambiguity about authentication and side effects.

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

Parameters4/5

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

Schema coverage is 100%, so the parameters are already documented. The description adds meaning by specifying that the keyword is matched over title, description, award title, and awarded supplier, which goes beyond the schema's 'filter recent notices by title/description'. The ordering guarantee 'newest-first' also clarifies what the limit parameter shapes.

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 explicitly states that the tool returns 'Recent HIGH-VALUE UK government tenders and contract awards from the Find a Tender Service', which is a clear verb-resource pair. It distinguishes itself from the sibling search_notices by positioning itself as the above-threshold Find a Tender feed rather than the full-corpus Contracts Finder search.

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 gives a rich set of 'Use for' query examples and explicitly names the alternative: 'For a proper full-corpus keyword SEARCH of UK procurement, and for lower-value notices, use search_notices (Contracts Finder)'. It also explains the practical implication of the client-side keyword filter and advises narrowing days when window_complete is false.

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.

TDQS

A3.9/5.0
Disambiguation2/5

Several tools occupy nearly identical roles (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, discover_tools), and ask_pipeworx_beta is explicitly the same router as ask_pipeworx. Company-data tools (entity_profile, compare_entities, recent_changes, validate_claim) and the Polymarket family also overlap heavily, making selection error-prone despite detailed descriptions.

Naming Consistency5/5

Tool names are consistently lowercase snake_case with a verb_noun pattern (search_notices, get_notice, find_a_tender_recent, validate_claim). Even longer names like polymarket_edge_tracker and ask_pipeworx_grounded follow a predictable style with no camelCase or mixed conventions.

Tool Count2/5

36 tools is already excessive for a focused server, and the 'Uk Contracts' name covers only five of them (search_notices, recent_notices, get_notice, find_a_tender_recent, find_a_tender_notice). The remaining 31 are unrelated Pipeworx/Polymarket/AI-marketing utilities, so the count badly mismatches the apparent scope.

Completeness4/5

For UK public procurement, the five relevant tools provide search, recent listing, and full-detail retrieval for both Contracts Finder and Find a Tender Service, covering the core workflows well. Minor gaps include no tender-specific alert/subscription support and no server-side keyword search for the high-value FTS feed.