Skip to main content
Glama

Find one best UK tender

tenderfit_pulse

Return the single strongest credible live UK tender fit. Costs 1 USDC on Base mainnet per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
limitNo
company_urlNoHTTPS public company URL to profile
company_nameNoOptional company name when company_url is supplied
corpus_limitNo
company_profileNoStructured alternative to company_url

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
corpusYes
companyYes
productYes
best_matchYes
generated_atYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It does disclose an important behavioral trait—the call costs 1 USDC on Base mainnet—and it characterizes the output as the 'strongest credible live' fit. However, it does not explain how the tool behaves with company_url versus company_profile, what side effects occur beyond the payment, or why the description says 'single' while the schema exposes a limit parameter with a default of 5.

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 two short sentences, front-loads the core purpose, and then adds the crucial cost constraint. Every clause earns its place, and there is no fluff or repetition of schema details.

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

Completeness2/5

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

For a paid tool with 6 parameters, an anyOf input requirement, nested objects, and two sibling tools, this description is too sparse. It does not explain the anyOf requirement, the role of the tuning parameters, when to pick this tool over siblings, or how the 'single strongest' result relates to limit. The output schema exists, so return values are partially covered, but the definition is still inadequate for correct invocation.

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

Parameters2/5

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

Schema description coverage is only 50%, with days, limit, company_name, and corpus_limit left undocumented in the schema. The description does not compensate for this gap: it adds no meaning for any parameter and does not clarify whether limit applies to output, candidates, or something else. The 'single strongest' wording may even conflict with the existence of a limit parameter.

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 names a specific action ('Return') and a specific resource ('the single strongest credible live UK tender fit'), with geography and recency qualifiers. It is clear enough to distinguish this from the sibling tools by its focus on finding a tender rather than payment details or qualification, but it never explicitly contrasts those siblings. The phrase 'single strongest' also sits awkwardly with the schema's limit parameter, which prevents a top score.

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

Usage Guidelines2/5

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

There is no guidance about when to use tenderfit_pulse versus tenderfit_payment_details or tenderfit_qualify, and no exclusions or alternative conditions are provided. The only practical usage signal is the cost note, which implies the tool should be used deliberately, but it does not say when it is the right tool.

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

B3.4/5.0
Disambiguation4/5

payment_details is clearly distinct from the other two tools. pulse and qualify overlap somewhat since both return UK tender opportunities, but they differ in scope: one returns a single strongest fit, the other returns ranked opportunities, so an agent can usually select correctly.

Naming Consistency3/5

All tools share the tenderfit_ prefix, but the suffix pattern is mixed: payment_details and pulse are nouns while qualify is a verb. This is readable and predictable at the prefix level, but not fully consistent in naming style.

Tool Count5/5

Three tools is a well-scoped size for this niche procurement service. Each tool serves a distinct purpose: payment setup, quick hit, and full opportunity search, so none feels redundant or missing at the surface level.

Completeness4/5

The set covers the core user journey: check payment details, get a quick fit, and search/rank opportunities. There are minor gaps such as retrieving details for a specific opportunity or filtering beyond ranking, but the main workflows are functional.

Resources