TenderFit
Server Details
UK public-procurement qualification for agents, paid via x402 USDC on Base.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolstenderfit_payment_detailsTenderFit payment detailsAInspect
Return the current x402 price, network, token and receiving address. Free to call.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description bears the burden of behavioral disclosure. It does state that the call is free and returns current data, implying a harmless read operation. However, it omits any mention of output format, potential variability, or call limits, leaving some uncertainty.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence that front-loads the core action and data fields, with zero filler. It earns the maximum score for efficiency.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple no-parameter read tool, the description covers the essential return fields and the free-call nature. It lacks any mention of the output schema or sibling distinction, but these are minor for successfully invoking the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters, so schema coverage is trivially 100%. The description correctly focuses on return values rather than parameters, matching the baseline for parameterless tools.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Return') and a clear resource (x402 price, network, token, receiving address), making the tool's purpose evident. It does not explicitly distinguish this from sibling tools tenderfit_pulse and tenderfit_qualify, so it stops short of full differentiation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is given about when to use this tool versus the sibling tools. The only usage signal is 'Free to call,' which addresses cost but not decision-making about which tool to select in a given context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
tenderfit_pulseFind one best UK tenderBInspect
Return the single strongest credible live UK tender fit. Costs 1 USDC on Base mainnet per call.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| limit | No | ||
| company_url | No | HTTPS public company URL to profile | |
| company_name | No | Optional company name when company_url is supplied | |
| corpus_limit | No | ||
| company_profile | No | Structured alternative to company_url |
Output Schema
| Name | Required | Description |
|---|---|---|
| corpus | Yes | |
| company | Yes | |
| product | Yes | |
| best_match | Yes | |
| generated_at | Yes |
TDQS
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.
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.
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.
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.
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.
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.
tenderfit_qualifyQualify UK tendersBInspect
Find and rank live UK public procurement opportunities. Costs 34 USDC on Base mainnet per call.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| limit | No | ||
| company_url | No | HTTPS public company URL to profile | |
| company_name | No | Optional company name when company_url is supplied | |
| corpus_limit | No | ||
| company_profile | No | Structured alternative to company_url |
Output Schema
| Name | Required | Description |
|---|---|---|
| corpus | Yes | |
| company | Yes | |
| matches | Yes | |
| generated_at | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It usefully discloses the per-call cost and blockchain network, which is important for an agent deciding whether to invoke the tool. However, it does not mention whether the operation is read-only, what inputs trigger the cost, what ranking methodology is used, or any failure conditions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short sentences deliver the core purpose and the most critical operational detail (cost) with no filler. The description is appropriately front-loaded and every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers the main purpose and cost, and an output schema exists, so the agent may not need return-value details. However, it omits guidance on choosing between company_url and company_profile, the meaning of the less obvious fields, and how this tool relates to tenderfit_payment_details or tenderfit_pulse. For a paid tool with six parameters, this is adequate but notcomplete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds no parameter-level meaning beyond the schema. Schema coverage is 50%, and parameters like days, limit, and corpus_limit are left undocumented in both the schema and the description, so the agent receives no help understanding how to set them or what corpus_limit means.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Find and rank') and a clear resource ('live UK public procurement opportunities'), so an agent can tell what the tool does. However, it does not explicitly distinguish itself from its siblings, such as tenderfit_payment_details or tenderfit_pulse, so it misses the strongest form of differentiation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool should be used when an agent needs to discover and rank live UK tender opportunities, which is clear context. It does not provide explicit when-to-use or when-not-to-use guidance, nor does it mention alternatives like tenderfit_pulse, so the agent must infer routing from tool names.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
- First observed
tenderfit_payment_details - First observed
tenderfit_pulse - First observed
tenderfit_qualify
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
UK public procurement data for AI agents: tenders, contracts, buyer and supplier profiles.
Companies House, Find a Tender and Find a Grant as paid JSON for agents. USDC via x402, no signup.
Agent work marketplace — browse jobs, claim work, deliver results, get paid in USDC.
Escrow protection for agent payments on Base — USDC held in smart contract until job completion.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables AI agents to find, score, and monitor government contract opportunities across UK, EU, and US with AI-powered relevance scoring.21691MIT
- AlicenseNot gradedqualityCmaintenanceThe open marketplace for the agent economy — Buy any of 24,000+ live x402 services with USDC on Base.6MIT
- AlicenseNot gradedqualityCmaintenanceAgent equity markets, credit markets, and capability staking using USDC on Base L2.MIT
- AlicenseNot gradedqualityCmaintenanceEnables agents to discover, sample, and pay per call in USDC for live threat intelligence, ZK proof generation, and arbitrage signals via the x402 protocol.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.