Skip to main content
Glama

Server Details

Locum Tax Calculator: the site's own MCP server — calculator, enquiry (enquiry = a human...

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A3.9/5.0
Disambiguation5/5

Each tool targets a clearly distinct concern: calculate computes values, calculator_describe explains the calculator, enquiry_describe explains the enquiry process, enquiry_fields defines the schema, and submit_enquiry performs the submission. There is no meaningful overlap or ambiguity between them.

Naming Consistency2/5

The naming conventions are mixed: calculate is a bare verb, submit_enquiry follows verb_noun, while calculator_describe, enquiry_describe, and enquiry_fields lead with a noun. The pattern is inconsistent enough that an agent cannot reliably predict tool names from a consistent convention.

Tool Count5/5

Five tools is a well-scoped set for a calculator plus enquiry submission site. Each tool has a distinct role, and none feels redundant or missing from the minimal surface.

Completeness5/5

The domain is a take-home calculator and a lead-generation enquiry form, and the tool set covers both fully: calculation, calculator documentation, enquiry documentation, field schema, and the two-step consent-based submission flow. There are no obvious dead ends or missing operations.

Available Tools

5 tools
calculateLocum take-home calculatorBInspect

Run the Locum take-home calculator calculator: Annual gross earnings; Umbrella margin (£25/week); Gross pay (after employer costs); Employer NI (15%, funded from your rate). Missing inputs fall back to their documented defaults.

ParametersJSON Schema
NameRequiredDescriptionDefault
rateNoYour rate
expensesNoAnnual business expenses (ltd company only)
rateUnitNoRate is perhour
structureNoHow you are paidumbrella
daysPerWeekNoDays per week
hoursPerWeekNoHours per week
weeksPerYearNoWorking weeks per year

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses key financial assumptions such as the £25/week umbrella margin, 15% employer NI funded from the rate, and gross pay after employer costs. However, it never explicitly states that this is a pure calculation with no persistent side effects or what the response contains.

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 compact and front-loaded with the action, and its list format keeps related information together. The redundant 'calculator calculator' phrase is a minor flaw, but it does not materially hurt comprehension.

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?

The input schema fully documents all parameters, but there is no output schema. The description lists computed components but does not clearly state the return format or confirm that the tool returns a final take-home figure, so an agent must infer some output behavior.

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

Parameters3/5

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

All seven parameters have full descriptions in the schema, so the baseline is 3. The description adds contextual framing by indicating which assumptions feed the calculation, but it does not add meaningful per-field semantics beyond what the schema already documents.

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 uses the imperative 'Run' with a named resource, the Locum take-home calculator, making the action and subject clear. It lists the calculator's major outputs and assumptions, but it does not explicitly distinguish this tool from the sibling calculator_describe beyond the verb and name.

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 explicit guidance about when to use calculate versus calculator_describe or any other sibling tool. The only usage hint is the fallback-to-defaults behavior, which addresses invocation robustness rather than tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

calculator_describeWhat Locum take-home calculator computesAInspect

The inputs this calculator takes (with units, ranges and defaults), the outputs it returns, and the assumptions and tables behind it.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4/5.0
Behavior4/5

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

No annotations are present, so the description carries the burden. It adequately discloses the tool's behavior by enumerating the content it returns (inputs, outputs, assumptions, tables). For a pure documentation tool with no side effects, this is sufficient, though it does not mention any special conditions like auth or rate limits.

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?

A single sentence packs in the essential scope: inputs with units/ranges/defaults, outputs, assumptions, and tables. No fluff, no redundancy with the title, and all critical coverage areas are front-loaded.

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

Completeness5/5

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

For a 0-parameter documentation tool with no output schema, the description tells an agent exactly what kind of content to expect: the calculator's inputs, outputs, assumptions, and tables. Nothing needed to select and invoke the tool correctly is missing.

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 properties, so there are no parameters to document. The baseline of 4 applies because parameter semantics are not a concern here; the description correctly focuses on the informational content rather than parameters.

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 clearly states what the tool provides: the calculator's inputs (with units, ranges, defaults), outputs, assumptions, and tables. It distinguishes itself from the sibling 'calculate' tool by framing this as a descriptive/documentation tool rather than a computation tool, though it lacks an explicit verb like 'describes'.

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

Usage Guidelines3/5

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

The usage context is implied by the name 'calculator_describe' and the sibling 'calculate': an agent should use this tool to understand the calculator before or instead of computing. However, there is no explicit statement of when to use this versus alternatives, so the selection rule is left to inference.

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 Locum Tax Calculator: 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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It transparently states that nothing is bought, ordered, or paid, no quote is guaranteed, it is free, and it lists what the tool returns (recipients, consent wording, confirmation method). This gives an agent a clear picture of the tool's output and the nature of the enquiry, even without an output schema.

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 two sentences that front-load the key directive ('Read first') and then concisely explain the tool's purpose and return value. It is efficient and each sentence earns its place, though the title partially duplicates the content.

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

Completeness5/5

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

Given no output schema and no parameters, the description is remarkably complete: it states the purpose, the caveats, and the exact return content (recipients, consent wording, confirmation). An agent knows exactly what to expect and when to call it. Nothing essential is missing.

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 tool has zero parameters, and schema description coverage is trivially 100%. Per the rubric, the baseline for 0 params is 4, and the description adds no parameter information because none is needed. No deviation is warranted.

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 clearly states the tool's function: it explains what submit_enquiry does on the Locum Tax Calculator. It uses a specific verb ('states') and resource ('submit_enquiry'), and distinguishes itself from the actual submission tool and other describe tools like calculator_describe. The purpose is unambiguous.

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 opening 'Read first' explicitly instructs the agent to consult this tool before using submit_enquiry, providing a clear usage context. However, it does not mention alternative describe tools like enquiry_fields or calculator_describe, so the guidance is not exhaustive.

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 Locum Tax Calculator 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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and it does disclose the tool's behavioral output thoroughly: all field attributes are enumerated. It does not explicitly say the operation is read-only or side-effect-free, but the described purpose as a field-listing tool makes that sufficiently clear.

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?

Two compact sentences with no filler: the first defines the complete output content, and the second adds the key usage instruction. Every sentence earns its place and the information is front-loaded.

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

Completeness5/5

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

For a parameterless tool with no output schema, the description is complete: it fully explains what the tool returns and how to apply that output when calling submit_enquiry. Nothing needed to invoke it correctly is missing.

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 tool has zero parameters, so the input schema is empty and the baseline is 4. The description correctly references how the output keys should be used with submit_enquiry, which is more relevant than parameter documentation here.

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 clearly identifies the resource (the Locum Tax Calculator enquiry fields) and enumerates exactly what is exposed: key, label, type, required status, help text, and allowed options. It lacks an explicit verb like 'get' or 'list', but the meaning is unambiguous and the reference to submit_enquiry helps position it among siblings.

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

Usage Guidelines3/5

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

The description implies usage by saying 'Pass answers to submit_enquiry keyed by field key,' which tells the agent how to use the tool's output. However, it does not explicitly state when to choose this tool over alternatives such as enquiry_describe or calculator_describe, nor does it provide any when-not-to-use guidance.

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 Locum Tax Calculator — 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 a specialist locum accountant, who'll contact me directly."

ParametersJSON Schema
NameRequiredDescriptionDefault
answersYesthe person's answers, keyed by field key
consentYestrue only when the person has agreed to: Happy for my details to go to a specialist locum accountant, who'll contact me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations provided, the description fully discloses behavioral traits: it is a two-step process, requires explicit consent with a specific wording, and involves an email verification link before providers see the enquiry. It also reveals that validation returns a summary, consent line, and token, and that submission happens only after user approval.

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 dense paragraph but remains efficient, with each sentence contributing necessary information. It front-loads the key distinction and clearly labels Step 1 and Step 2. Slightly more structure (bullets) could improve readability, but it is far from verbose.

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

Completeness5/5

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

Given the complexity of a two-step workflow with nested answers object and no output schema, the description covers everything an agent needs: return values (summary, token), consent requirement, email verification, and the condition for the second call. No critical information is missing.

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

Parameters3/5

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

Schema coverage is 100%, so the baseline is 3. The schema already describes each parameter, including the confirmation token's purpose ('after the person has approved the summary'). The description adds flow context but does not introduce new semantic meaning beyond what the schema provides.

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 clearly states the tool's function: 'Submits an enquiry to Locum Tax Calculator' and immediately distinguishes it from related actions with 'NOT a purchase, NOT a guaranteed quote.' This specific verb-resource pairing, reinforced by the title, separates it from sibling tools like calculate or enquiry_describe.

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

Usage Guidelines5/5

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

The description provides explicit step-by-step usage instructions: Step 1 requires calling with answers and consent=true to get a summary and token; Step 2 is only performed if the person agrees, using the same answers plus the token. It also states when not to use the tool (not for purchase or quote) and what to show the user.

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.

  1. 5 tool updates
    • First observedcalculate
    • First observedcalculator_describe
    • First observedenquiry_describe
    • First observedenquiry_fields
    • First observedsubmit_enquiry

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    MCP server exposing UK financial adviser calculations (tax, IHT, pensions, portfolios) to any MCP-capable client.
    6
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    A public, no-auth remote MCP server that exposes Arc & Ledger's free tax calculators and intake funnel as tools inside AI assistants. Provides tools for IRS notice explanation, FBAR/FATCA, LLC vs S-Corp comparison, quarterly tax estimates, and more.
    -
  • A
    license
    A
    quality
    C
    maintenance
    The most comprehensive everyday calculator MCP server — 501 tools across 22 categories covering 8 countries' tax systems (FR, BE, CH, CA, US, UK, MA, SN). Finance, health, math, science, construction, conversions, education, sport, cooking, travel, and more. Free, no API key required. Streamable HTTP transport.
    15
    19
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Public, no-login MCP server exposing SmartMoney77's financial calculators: compound interest, FIRE number, credit-card payoff, emergency fund, inflation, fees and the cost of waiting. Also computes historical "what if I had invested" returns from real yearly price data, and builds deep links and share packs for calculators in 6 localized editions.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources