Skip to main content
Glama

TenderFit payment details

tenderfit_payment_details

Return the current x402 price, network, token and receiving address. Free to call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose4/5

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.

Usage Guidelines2/5

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.

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