Skip to main content
Glama

Section 877A exit tax calculator

calculate

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.

Input Schema

TableJSON 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

Schema Changelog

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

  1. First observed

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.

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