site
Server Details
Invoice Factoring Cost: the site's own MCP server — calculator, enquiry (enquiry = a human...
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolscalculateInvoice factoring cost calculatorAInspect
Run the Invoice factoring cost calculator calculator: Service fee for the year; Average balance drawn against the ledger; Discount charge for the year; Total annual cost of the facility. Missing inputs fall back to their documented defaults.
| Name | Required | Description | Default |
|---|---|---|---|
| extras | No | Other annual charges (audit, CHAPS, refactoring) | |
| margin | No | Discount margin over base (%) | |
| minFee | No | Annual minimum fee in the agreement | |
| advance | No | Advance rate (% of each invoice paid up front) | |
| turnover | No | Annual turnover put through the facility | |
| debtorDays | No | Average days your customers take to pay | |
| serviceFee | No | Service fee (% of turnover) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden, and it does disclose that the tool produces four specific annual facility-cost metrics. It also discloses fallback-to-default behavior for missing inputs. It does not explicitly state read-only or no-side-effect behavior, but 'calculate' plus the output list makes that a reasonable inference.
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 short and front-loaded with the action, and the semicolon-separated output list is efficient. However, the redundant 'calculator calculator' typo reduces polish, and the description could be cleaner while staying concise.
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 calculator with no output schema, the description lists the main computed values and mentions default fallback, which covers the essentials. It does not show how the seven inputs map into the calculation or describe any output formatting, so an agent still relies on the schema for parameter semantics.
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 100%, so the baseline is 3 and the description does not need to restate parameter meanings. The only parameter-related addition is the default fallback note, which is useful operationally but adds no meaning beyond the schema's documented defaults.
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 concrete action ('Run the Invoice factoring cost calculator') and enumerates the computed metrics: service fee for the year, average balance drawn, discount charge, and total annual cost. This makes the tool's purpose clear, though it does not explicitly differentiate from siblings and includes the awkward 'calculator calculator' wording.
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 explicit when-to-use or when-not-to-use guidance versus siblings like calculator_describe. The only usage-related statement is 'Missing inputs fall back to their documented defaults,' which is helpful for calling the tool but does not address tool selection; the intended usage is mostly implied by the title and tool name.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculator_describeWhat Invoice factoring cost calculator computesAInspect
The inputs this calculator takes (with units, ranges and defaults), the outputs it returns, and the assumptions and tables behind it.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of behavioral disclosure. It states what the tool returns (inputs, outputs, assumptions, tables), which is transparent, but it does not mention any side effects, read-only nature, or other behavioral traits. The description is adequate for a describe tool but lacks explicit safety or side-effect information.
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, clear sentence that is front-loaded with the purpose. It covers the essential content without unnecessary words, achieving high conciseness and structure.
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?
Given that the tool has no parameters and no output schema, the description provides a complete overview of what the tool offers. It specifies the types of information (inputs, outputs, assumptions, tables) but does not detail the format or structure of the output, which is a minor gap. Overall, it is sufficiently complete for an agent to understand its function.
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 tool has zero parameters, so the description does not need to explain parameter semantics. The schema coverage is trivially 100%, and the description adds no parameter-related information. Baseline for zero parameters is 4, and the description is adequate.
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 clearly states that the tool describes the inputs, outputs, assumptions, and tables of the calculator. The title specifies the calculator, and the description is specific about what it covers, distinguishing it from calculate which likely performs calculations.
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 this tool is used to obtain information about the calculator, but it does not explicitly state when to use it versus the sibling tools like calculate or enquiry_describe. No exclusions or alternatives are mentioned, leaving the agent to infer usage from context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
enquiry_describeWhat you get: an ENQUIRY with a human (not a purchase, not a guaranteed quote)AInspect
Read first. States plainly what submit_enquiry does on Invoice Factoring Cost: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms.
| 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 carries the behavioral disclosure burden. It states what the tool returns ('who receives the details, the consent wording, and how the person confirms') and communicates key expectations like 'nothing is bought, ordered or paid' and 'no quote is guaranteed'. It does not describe the output format or explicitly confirm this describe call is side-effect-free, but for a read-first description tool the coverage is adequate.
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 three short, purposeful sentences. 'Read first' is front-loaded, the second sentence explains the core behavior, and the third lists what is returned. There is no redundancy or filler.
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 zero-parameter tool with no output schema and no annotations, this description is complete: it tells an agent why to call it, what it explains about submit_enquiry, and what content it returns. Nothing critical is missing for selecting and invoking this simple describe 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?
This tool has zero parameters and the schema reflects that completely. Since there is nothing to document, the baseline of 4 applies and no additional parameter explanation is needed.
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 clearly positions this tool as the explainer: 'Read first' and 'States plainly what submit_enquiry does'. It distinguishes the describe step from the actual submit_enquiry action and names the scope ('on Invoice Factoring Cost'). It does not explicitly contrast with all sibling tools, but the separation from submit_enquiry is clear enough.
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 opening 'Read first' provides explicit temporal guidance: use this before invoking submit_enquiry. The description also clarifies what the enquiry will not do (no purchase, no guarantee, free), which helps an agent decide whether the enquiry flow is appropriate. It lacks explicit when-not-to-use guidance or routing among siblings, so it stops short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
enquiry_fieldsThe questions the enquiry asksAInspect
Every field of the Invoice Factoring Cost enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the full burden of behavioral disclosure. It clearly states what data the tool exposes, but does not explicitly mention that it is a read-only metadata lookup or describe edge cases such as what happens when an enquiry has no optional fields. This leaves some behavioral ambiguity.
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 concise, front-loaded sentences. The first states the content scope and the second states how the result should be used. There is no filler or redundant restatement of the tool name.
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 parameterless metadata tool with no output schema, the description sufficiently conveys what an agent will receive and how to apply it downstream. It could be more explicit about the response format, but the description covers the essential call context.
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 is empty, so the baseline is 4. The description adds useful semantic context by explaining that field keys are the link to submit_enquiry, even though there are no parameters to document.
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 identifies the exact resource (Invoice Factoring Cost enquiry fields) and enumerates the field attributes returned. It does not use an explicit verb like 'lists' or 'returns', but the meaning is unambiguous and it is clearly distinct from submit_enquiry and the calculator tools.
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 explains that field keys from this tool should be used to pass answers to submit_enquiry, giving the agent a clear integration path. It does not explicitly say when not to use this tool versus enquiry_describe or calculator_describe, but the intended workflow is evident.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
submit_enquirySubmit an ENQUIRY to human providers (two steps; not a purchase)AInspect
Submits an enquiry to Invoice Factoring Cost — NOT a purchase, NOT a guaranteed quote. Step 1: call with the answers (keyed by field key from enquiry_fields) and consent=true; it validates and returns a summary, the consent line and a confirmation token — show the person the summary and the consent line. Step 2: only if the person agrees, call again with the same answers, consent=true and the confirmation token; the enquiry is then submitted, and the person receives an email with a link they must click before any provider sees it. Consent means the person has read and agreed to: "Happy for my details to go to invoice finance brokers, who'll contact me directly."
| Name | Required | Description | Default |
|---|---|---|---|
| answers | Yes | the person's answers, keyed by field key | |
| consent | Yes | true only when the person has agreed to: Happy for my details to go to invoice finance brokers, who'll contact me directly. | |
| confirmation | No | the confirmation token from step 1, after the person has approved the summary |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses the two-step flow, the consent requirement, the confirmation token, and the post-submission email link that the person must click before providers see the enquiry. It also sets expectations that it is not a purchase or guaranteed quote, covering behavioral nuances.
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, well-structured paragraph that leads with the core purpose, then details the two steps. It is not verbose—every sentence adds necessary context for the two-step flow, though it could be formatted as bullets for easier parsing. Still, it is efficient for the complexity involved.
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 tool with a two-step workflow, consent handling, and an external email confirmation, the description covers all critical aspects: validation step, token generation, consent text, and the email link requirement. There is no output schema, but the description explains what the agent receives at each stage, making it complete for an agent to call correctly.
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 coverage is 100% and each parameter already has a descriptive comment. The description adds the relationship between the two calls and the confirmation token, and explicitly ties answers to the enquiry_fields tool. This goes beyond the schema's basic definitions, adding meaningful context for correct invocation.
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 and resource: 'Submits an enquiry to Invoice Factoring Cost' and explicitly negates 'NOT a purchase, NOT a guaranteed quote'. This clearly distinguishes it from sibling tools like calculator or enquiry_describe, and the two-step nature is front-loaded.
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 provides explicit step-by-step usage: Step 1 validates and returns a token, Step 2 requires the token and explicit consent. It also clarifies the consent line verbatim, ensuring the agent knows exactly when to call and what conditions apply. No alternative tools are named, but the purpose and workflow are unambiguous.
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.
5 tool updates
- First observed
calculate - First observed
calculator_describe - First observed
enquiry_describe - First observed
enquiry_fields - First observed
submit_enquiry
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
IT Support Cost Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Employer Cost Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Business Worth Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...
Late Payment Interest: the site's own MCP server — calculator, enquiry (enquiry = a human...
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceInvoice Generator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs15MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server for FixPayment creditors that simplifies account management, status updates, and reporting through plain-English AI interactions (https://fixpayment.org/)-
- AlicenseNot gradedqualityCmaintenanceAn MCP server that acts as an AI collections agent for Australian tradies and SMEs, enabling automated chasing of overdue invoices, payment plans, and payments through a secure permissions engine.24MIT
- AlicenseAqualityCmaintenanceMCP server exposing UK financial adviser calculations (tax, IHT, pensions, portfolios) to any MCP-capable client.6MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a distinct role: calculate runs the calculator, calculator_describe explains it, enquiry_describe explains the enquiry workflow, enquiry_fields provides the schema, and submit_enquiry performs the submission. There is no overlap between tools.
The naming pattern is mixed: two tools follow object_describe (calculator_describe, enquiry_describe), one uses object_fields (enquiry_fields), while action tools are verb-only (calculate) or verb_object (submit_enquiry). The lowercase underscore style is consistent, but the structural pattern is not.
With 5 tools covering both the calculator and enquiry lifecycle, the set is well-scoped for the narrow domain. Each tool earns its place, and the count is neither too thin nor bloated.
The tool set fully covers the domain: calculation with documentation, and enquiry with documentation, field listing, and a two-step confirmation submission process. No obvious gaps or dead ends exist for the stated purpose.