Skip to main content
Glama

Server Details

Expatriation 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

Available Tools

5 tools
calculateSection 877A exit tax calculatorBInspect

Run the Section 877A exit tax calculator calculator: Covered expatriate status; Test met (first that applies); Section 877A(a)(3) exclusion applied; Gain subject to the exit tax. Missing inputs fall back to their documented defaults.

ParametersJSON Schema
NameRequiredDescriptionDefault
gainNoNet unrealized gain on worldwide property
rateNoAssumed federal rate on the deemed gain
avgTaxNoAverage annual net income tax, 5 years before expatriation
netWorthNoNet worth on the expatriation date
certifiedNoCan you certify 5 years of federal tax compliance on Form 8854?1

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral burden. It does disclose that missing inputs fall back to documented defaults and lists the calculation stages the tool will produce. It does not specify the return format, whether the operation is purely computational, or how results are structured, leaving 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact, front-loads the action ('Run the Section 877A exit tax calculator'), and uses a clean list for the output stages. The 'calculator calculator' typo is a minor flaw but does not materially hurt clarity.

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?

For a calculation tool with five fully documented optional parameters and no output schema, the description names the main computed outputs and the default-fallback behavior, which supports a basic invocation. It does not describe the output container, labeling, or return value shape, so an agent still has to infer part of the response contract.

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?

The input schema has 100% description coverage, documenting all five parameters with defaults, ranges, and descriptions. The description adds no new parameter semantics beyond noting that missing inputs fall back to documented defaults, which largely restates what the schema already expresses. The baseline of 3 applies.

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 tool as 'Run the Section 877A exit tax calculator' and enumerates the specific computed outcomes: covered expatriate status, applicable test, exclusion applied, and gain subject to the exit tax. This separates it from the sibling describe/enquiry tools by making its calculation role explicit, though it does not name those alternatives.

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 this tool is for running the exit tax calculation and that missing inputs will use defaults, which gives some sense of when to call it. However, it gives no explicit guidance about when not to use it or when to prefer siblings like calculator_describe or enquiry_describe.

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

calculator_describeWhat Section 877A exit tax 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

A3.5/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 burden of disclosure. It does inform the agent that the tool returns information about inputs, outputs, assumptions, and tables, which gives some behavioral transparency. However, it does not explicitly state that the tool performs no calculation or side effects, or describe how the output is presented.

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 efficiently enumerates the full scope of the tool's output: inputs, outputs, assumptions, and tables. There is no wasted wording or redundant information.

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 parameterless describe tool with no output schema, the description adequately captures what an agent will receive. It names the major content categories without promising excessive detail. It could be slightly stronger by noting when to call it relative to calculate, but overall it is sufficiently complete for the tool's simple nature.

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 the schema confirms an empty properties object, so there is nothing for the description to clarify. The description does promise to explain inputs with units, ranges, and defaults, which is accurate and helpful context for the tool's overall purpose.

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 (Section 877A exit tax calculator) and specifies what the tool covers: inputs, outputs, assumptions, and tables. It is distinguishable from sibling tools like calculate and enquiry_describe because it focuses on describing the calculator's behavior rather than performing a calculation. It lacks an explicit verb like 'returns' or 'describes,' but the intent 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 Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives such as calculate or enquiry_describe. An agent must infer that this tool is useful before invoking calculate or for understanding calculator internals, but the description does not state this explicitly.

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 Expatriation 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.1/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It provides useful transparency about what submit_enquiry does (not a purchase, no guaranteed quote, free) and what the response contains (recipient details, consent wording, confirmation method), but it does not explicitly state that this tool itself is read-only or has no side effects, though the 'describe' verb strongly implies it.

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 and front-loads the most important guidance ('Read first') while covering purpose, scope, and output contents. It is efficient, though the phrase 'States plainly' is slightly redundant and the title is longer than necessary.

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?

Given no output schema, the description does a good job explaining what the tool returns and clarifying the enquiry context (no purchase, no guaranteed quote, free, confirmation process). It could be more explicit about when not to use it or what it does not cover, but for a descriptive companion tool it is adequately complete.

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 empty schema properties, so the schema provides no parameter information. The description compensates by explaining what the returned information will cover, which is sufficient for a parameterless informational tool; per the baseline for zero-parameter tools, this is a solid 4.

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 'States plainly what submit_enquiry does' and returns key information about the enquiry process. It differentiates itself from siblings like calculate and enquiry_fields by explicitly being the descriptive companion to submit_enquiry, with no calculation or field-listing focus.

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' gives a clear instruction to consult this tool before proceeding, implying it should be used before submit_enquiry. It does not explicitly name alternatives or exclusions, but the intended ordering and informational role are evident from the description.

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 Expatriation 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

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It does a good job by specifying exactly what data is exposed and the expected relationship with submit_enquiry. It does not explicitly state that the operation is read-only, but for a zero-parameter metadata listing this is a minor omission rather than a significant transparency gap.

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 sentence that front-loads the core purpose, enumerates the included attributes, and ends with an actionable pointer to submit_enquiry. Every clause earns its place with no filler.

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 zero-parameter, no-output-schema tool, the description gives a solid picture of what the agent receives and how to apply it. It lacks an explicit statement of the output structure (e.g., array of objects), but the enumeration of field attributes sufficiently conveys the shape of the data for most use cases.

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 no parameters, so the baseline is 4. The description adds relevant context by explaining that the returned field keys are meaningful for submit_enquiry, even though there are no input parameters to document.

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 field definitions of the Expatriation Tax Calculator enquiry—and enumerates the exact attributes exposed (key, label, type, required, help text, options). It is distinguishable from siblings like calculator_describe and enquiry_describe, though it stops short of using an explicit verb such as 'returns' or 'lists'.

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 provides a clear downstream usage instruction: 'Pass answers to submit_enquiry keyed by field key.' This implies when the tool is useful, but it does not explicitly contrast it with sibling tools like enquiry_describe or calculator_describe, nor does it state when not to use it.

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 Expatriation 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 relevant cross-border tax adviser, 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 relevant cross-border tax adviser, who'll contact me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

TDQS

A5/5.0
Behavior5/5

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

With no annotations available, the description carries full behavioral disclosure. It clearly reveals the two-step validation/submission behavior, the requirement for consent, the email link that must be clicked before any provider sees the enquiry, and the lack of a guaranteed quote.

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 front-loaded with the key distinction ('NOT a purchase, NOT a guaranteed quote') and then organized into clear step 1/step 2 paragraphs. It is detailed because the workflow is genuinely two-step, and no sentence is wasted.

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 tool with no output schema, the description adequately explains what the first call returns (summary, consent line, confirmation token) and what the second call accomplishes (submission plus email with a click-through link). Combined with the step-by-step workflow and consent text, this is complete enough for correct invocation.

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

Parameters5/5

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

Although the schema already documents all three parameters, the description adds crucial usage context: answers are keyed by field keys from enquiry_fields, consent must be the exact quoted text, and confirmation is the token from step 1 used with the same answers on the second call. This is substantive meaning beyond the schema property names.

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 states a specific verb and resource: it 'submits an enquiry' to a human-provider service for the Expatriation Tax Calculator, and explicitly contrasts this with a purchase and a guaranteed quote. This distinguishes it clearly from sibling tools like calculate and the describe/fields tools even without naming them.

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 gives explicit step-by-step usage: call once with answers and consent=true to get a token, show the summary and consent line, then call again with the same answers plus the token only if the person agrees. It also states what this tool is not for ('NOT a purchase') and that an email link is required before providers see the enquiry.

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
  • 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
  • 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
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool has a distinct role: calculate performs the tax computation, calculator_describe and enquiry_describe explain the respective flows, enquiry_fields provides the input schema, and submit_enquiry is the only mutating action. No two tools appear to overlap in purpose.

Naming Consistency3/5

Names are readable and lowercase but mix verb-first conventions (calculate, submit_enquiry) with noun-first descriptors (calculator_describe, enquiry_describe, enquiry_fields). The 'describe' and 'fields' suffixes are internally consistent, but there is no uniform verb_noun pattern across the set.

Tool Count5/5

Five tools is well-scoped for a focused site offering an exit-tax calculator and an enquiry submission flow. Each tool serves a clear purpose, and the count feels neither sparse nor bloated.

Completeness5/5

The calculator side is complete with calculate plus full documentation of inputs, outputs, and assumptions. The enquiry side covers schema discovery, process explanation, and two-step submission, leaving no obvious dead-end for the stated purpose.

Resources