Skip to main content
Glama

find_low_competition_lanes

Read-only

Rank CPV sector "lanes" by OBSERVED competition density from the full corpus of 530,000 real EU awards: median bidders, single-bidder share, bid-rate, median value, beachhead score. Answers "where is competition thinnest right now". It does NOT estimate the user's probability of winning — thin competition is a selection signal, not a win forecast. Returns the top-ranked lanes only (see "limit"); the total count is in coverage.lanes_ranked. Data/research tool over TED (Tenders Electronic Daily, CC BY 4.0). No guarantee of award.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many top-ranked lanes to return (sorted by beachhead_score)
min_nNoDrop lanes thinner than this (honest: small n = noise)

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and destructiveHint, so the safety profile is clear. The description adds crucial context: it's a data/research tool over TED, no guarantee of award, returns only top lanes, and includes total count in coverage. No contradictions.

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 a single paragraph with no fluff. It front-loads the action and then explains scope and limitations. Every sentence serves a purpose. Could be slightly more structured but is efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description only vaguely indicates the return (top-ranked lanes, total count in coverage.lanes_ranked). It mentions metrics but not the exact output structure. More detail on return format would improve completeness.

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 description coverage is 100% and the description adds value by explaining the purpose of min_n ('Drop lanes thinner than this (honest: small n = noise)') and the limit's role. This enriches understanding beyond the schema.

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 uses a specific verb ('Rank CPV sector lanes') and clearly states the resource and metrics. It distinguishes from siblings by explicitly noting it does not estimate win probability, differentiating from find_winnable_lanes.

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 tells when to use the tool ('where is competition thinnest right now') and what it does NOT do (win forecast), helping avoid misuse. It does not explicitly mention alternative tools or when to use them, but the contrast with win probability is strong 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.

TDQS

A4.1/5.0
Disambiguation2/5

Two tools (find_low_competition_lanes and find_winnable_lanes) are explicitly identical, with the latter deprecated. This creates confusion for an agent trying to select the correct tool, despite the deprecation note. The other two tools are distinct.

Naming Consistency3/5

Tool names follow a verb_noun pattern (find_*, get_*, search_*), but find_winnable_lanes is a deprecated alias with a name that implies a win forecast, which contradicts its actual function. This inconsistency reduces clarity.

Tool Count5/5

Four tools is well-scoped for a server focused on EU tender analysis and competition detection. Each tool serves a clear purpose, and the count feels appropriate for the domain without being excessive or insufficient.

Completeness4/5

The tool set covers the core workflow: identifying low-competition lanes, searching tenders with verdicts, and retrieving detailed verdicts. Minor gaps exist (e.g., no raw tender search without verdict), but overall the surface is sufficient for its research purpose.

Resources