Skip to main content
Glama

Arc & Ledger Tax Tools

Server Details

Enrolled Agent tax tools: IRS notices, FBAR, LLC vs S-Corp, quarterly estimates & more.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Bgenc48/arc-ledger-mcp
GitHub Stars
0
Server Listing
Arc & Ledger Tax Tools MCP server

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 18 of 18 tools scored.

Server CoherenceA
Disambiguation4/5

Most tools have distinct purposes (e.g., FBAR/FATCA, penalty estimation, consultation booking), though check_resolution_options and estimate_irs_penalty both deal with IRS debts but address different aspects (settlement paths vs. penalty calculation). Overall, boundaries are clear due to detailed descriptions.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (e.g., book_consultation, check_fbar_fatca, estimate_reasonable_comp). No mixing of styles or vague verbs.

Tool Count4/5

18 tools is slightly on the high side but justified for a comprehensive tax tool covering common scenarios (penalties, estimates, notices, formations). Each tool serves a specific need without redundancy.

Completeness4/5

The set covers major tax areas (foreign reporting, penalties, estimated taxes, entity formation, IRS notices). Minor gaps exist, such as state income tax and retirement contributions, but the core domain for small business owners and non-residents is well covered.

Available Tools

21 tools
book_consultationBook a consultationA
Read-only
Inspect

Use this when a user wants to talk to, hire, or get a consultation with Arc & Ledger. Returns the correct first-party booking link, what happens next, the office identity (Enrolled Agent, address, languages EN/TR/ES), and what to expect.

ParametersJSON Schema
NameRequiredDescriptionDefault
typeYesWhich consultation to book. Cross-border or multi-year situations suit the Specialist; a single IRS letter suits the notice review.
topicNoA short subject line for the meeting (optional).

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, and the description adds specific return details (booking link, next steps, office identity). This goes beyond annotations by explaining what the tool returns.

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 two sentences, front-loaded with usage context, and contains no unnecessary information. Every sentence adds value.

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 the output schema exists, the description needn't detail return structure, but it does summarize the return content well. The tool is simple with two parameters and clear annotations, so the description is adequately complete.

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 description coverage is 100%, so the baseline is 3. The description does not add new meaning to the parameters beyond what the schema provides. The enum values are already described in the schema, and the optional topic parameter is self-explanatory.

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 purpose: to book a consultation with Arc & Ledger. It specifies the verb (book), resource (consultation), and scope. It distinguishes well from sibling tools which are checks and estimates.

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 description explicitly says when to use this tool ('when a user wants to talk to, hire, or get a consultation'). It provides clear context, though it does not explicitly mention when not to use it or list alternatives. Sibling tools are sufficiently different, so no exclusion is necessary.

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

check_5472_obligationCheck Form 5472 obligationA
Read-only
Inspect

Use this when a non-US person who owns a US company (especially a single-member US LLC or a US corporation) asks whether they must file Form 5472, what the penalty is, or what a foreign-owned US entity owes each year. Returns whether Form 5472 with a pro-forma Form 1120 is required, the reportable-transaction rule, the deadline and extension, the annual compliance set, and the penalty for not filing. Distinguishes a single-member LLC (files 5472) from a multi-member LLC (a partnership that files Form 1065 instead).

ParametersJSON Schema
NameRequiredDescriptionDefault
entity_typeYesThe US entity. single_member_llc = a US LLC with ONE owner (a disregarded entity); multi_member_llc = a US LLC with two or more owners (a partnership by default); us_corporation = a US C-corporation; not_sure = you do not know. Form 5472 is filed by foreign-owned disregarded entities and by corporations with 25%+ foreign owners, but NOT by a default partnership.
formed_in_usNoWhether the entity was formed in the US (a Wyoming or Delaware LLC is US-formed). Relevant only to the separate BOI report, from which US-formed companies are now exempt.
foreign_ownedYesWhether 25% or more of the entity is owned, directly or indirectly, by a non-US person or foreign company. Form 5472 is triggered by 25% foreign ownership.
had_reportable_transactionNoWhether there was a reportable transaction with the foreign owner during the year. Reportable transactions include forming or funding the company, capital contributions, distributions, loans in either direction, and sales or payments between you and the company. Defaults to not_sure.

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description reinforces this by stating 'Returns whether...', confirming it is a read-only query. It adds value by detailing the exact information returned, which is beyond what annotations provide.

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 paragraph of roughly 60 words, front-loaded with the use case. Every sentence contributes necessary information without redundancy, making it efficient and easy to parse.

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 Form 5472, the description covers all key aspects: entity distinction, required actions, deadline, penalty, and exclusions (e.g., partnerships). An output schema exists, so return values need not be explained. The description is fully adequate for an agent to decide when to invoke this tool.

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 description coverage is 100%, so parameters are fully described in the schema. The description does not add new semantic details beyond the schema, but it subtly explains the relevance of entity type differences (e.g., single-member vs multi-member). Baseline 3 is appropriate.

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 returns 'whether Form 5472 with a pro-forma Form 1120 is required, the reportable-transaction rule, the deadline and extension, the annual compliance set, and the penalty for not filing.' It distinguishes between single-member LLC (files 5472) and multi-member LLC (files 1065), making the purpose specific and 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 description begins with 'Use this when a non-US person who owns a US company... asks whether they must file Form 5472,' providing explicit context. However, it does not explicitly state when not to use the tool or mention alternative tools, though the context of sibling tools (e.g., check_fbar_fatca) implies differentiation.

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

check_fbar_fatcaCheck FBAR and FATCA obligationsA
Read-only
Inspect

Use this when a user has foreign bank accounts, assets, or unfiled foreign-account reports and needs to know their US reporting obligations (FBAR / FinCEN 114 and Form 8938 / FATCA), thresholds, penalty exposure, and catch-up options.

ParametersJSON Schema
NameRequiredDescriptionDefault
lives_abroadYesTrue if your tax home is outside the United States (higher Form 8938 thresholds apply).
account_countNoNumber of foreign accounts, if known.
filing_statusYesYour US tax filing status.
unfiled_yearsNoHow many past years of FBARs you have NOT filed but should have. 0 or omitted if current.
max_aggregate_foreign_balance_usdYesThe highest combined value of ALL your foreign financial accounts at any point during the year, in USD.

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior4/5

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

Annotations already declare readOnlyHint=true. The description adds behavioral context by stating the tool checks obligations, thresholds, and penalties, confirming it is non-destructive. No contradictions.

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, well-structured sentence that front-loads the use case and packs all necessary information efficiently without waste.

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 FBAR/FATCA, the description covers when to use, what is checked (thresholds, penalties, catch-up), and implies the output will inform obligations. With output schema present, this is complete.

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% with each parameter described. The tool description adds minimal extra meaning beyond the schema, meeting the baseline for full coverage.

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 is for checking US reporting obligations (FBAR/FATCA) for foreign accounts, with specifics on thresholds, penalties, and catch-up options. It distinctively targets foreign account issues, differentiating from sibling tools like check_5472_obligation.

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 description explicitly starts with 'Use this when a user has foreign bank accounts...' providing clear usage context. However, it does not explicitly mention when not to use or compare to alternatives, leaving some room for improvement.

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

check_itin_eligibilityScreen an ITIN reason and application pathA
Read-only
Inspect

Use this when someone asks whether a federal tax purpose may support an ITIN application or what a Form W-7 path generally requires. Returns a reason-specific screen, whether a return is commonly attached, current document-handling cautions, and official sources. Entity ownership or a bank request alone does not establish personal ITIN eligibility.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonYesWhy you think a US taxpayer ID may be needed. file_us_tax_return = you must file a US return; owner_of_us_llc = you own a US LLC or corporation, which does not by itself establish a personal ITIN need; claim_treaty_benefit = a treaty claim may require a TIN; spouse_or_dependent = a US return may need a spouse or dependent TIN; third_party_withholding = a payer has a reporting or withholding requirement; open_us_bank_or_other = another reason.
has_ssnYesWhether you already have, or are eligible for, a US Social Security Number. If yes, you cannot get an ITIN.
is_foreign_nationalNoWhether you are a non-US citizen without US immigration status that grants an SSN. Defaults to true.

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false. The description adds behavioral details beyond this, such as 'Returns a reason-specific screen, whether a return is commonly attached, current document-handling cautions, and official sources,' which aligns with a read-only screening tool and provides useful transparency.

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 concise (three sentences) and front-loaded with the primary usage case. It efficiently conveys key information without redundancy, though could be slightly more structured with bullet points for better readability.

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 the tool has an output schema (not shown but indicated as true), the description sufficiently covers the tool's purpose, usage, and key outputs. It provides enough context for an agent to invoke correctly, leaving only minor gaps in explicit output details.

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%, with each parameter having a detailed description. The tool description does not add additional parameter semantics beyond the schema; it summarizes the purpose but does not enhance parameter understanding. Baseline score of 3 is appropriate given complete schema coverage.

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 purpose: screening ITIN eligibility and application paths. It uses specific verbs ('screen') and resources ('ITIN reason', 'Form W-7 path'), and the description distinguishes it from sibling tools like check_5472_obligation or check_fbar_fatca by focusing on ITIN eligibility.

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 description explicitly states when to use ('when someone asks whether a federal tax purpose may support an ITIN application') and provides a negative use case ('Entity ownership or a bank request alone does not establish personal ITIN eligibility'). While it does not name alternative sibling tools directly, the context is clear enough for selection.

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

check_resolution_optionsCheck IRS resolution optionsA
Read-only
Inspect

Use this when someone owes the IRS back taxes and asks how to settle, get on a payment plan, lower what they owe, or stop collection. Screens which IRS paths may fit - short-term payment plan, current Simple Payment Plan or an installment agreement with financial review, Offer in Compromise (a fit-check only, never a promise of acceptance), Currently Not Collectible hardship status, and penalty abatement - and lists the forms needed (9465, 433-F/A/B, 656, 843, 8821, 2848) plus collection-statute context. A coarse tax_account_type improves the screen without identifying the taxpayer. Never guarantees an IRS outcome. Set brief:true for a shorter answer.

ParametersJSON Schema
NameRequiredDescriptionDefault
briefNoSet true for a shorter answer: options come back as path + fit only, without the descriptions.
ability_to_payYesYour realistic ability to pay. can_pay_in_full_soon = you can clear the balance within about 120-180 days; can_make_monthly_payments = a monthly amount but not in full; can_pay_little = only a very small monthly amount; cannot_pay_basic_living = paying the IRS would leave you unable to cover basic living expenses (financial hardship).
balance_owed_usdYesTotal amount owed to the IRS including tax, penalties, and interest (a rough figure is fine).
tax_account_typeNoCoarse, nonidentifying IRS account type. individual_income_tax includes Form 1040 income-tax balances, including a sole proprietor whose balance is on Form 1040. business_non_trust_fund_or_out_of_business covers non-trust-fund business tax or an out-of-business sole proprietor account. business_trust_fund covers in-business payroll or other trust-fund tax. Use unknown when unsure. Defaults to unknown.
all_required_returns_filedNoWhether every required tax return has actually been FILED (even if the tax was not paid). Filing compliance is generally required before the IRS formalizes a collection alternative, but the exact account requirements control. Defaults to false.
balance_includes_penaltiesNoWhether the balance includes failure-to-file or failure-to-pay penalties, so penalty abatement may reduce it. Defaults to true.

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior5/5

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

Annotations declare readOnlyHint=true, so no write behavior. The description adds that the tool is a screening mechanism (not a guarantee), lists forms needed, explains the coarse purpose of tax_account_type, and describes the brief parameter effect. No contradictions with annotations.

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 primary usage scenario. Every sentence adds value: it lists resolution paths, forms, and important caveats (no guarantee, brief mode). Despite length, it remains focused and well-structured.

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 tool's complexity (6 parameters, output schema exists), the description sufficiently covers when to use, what it screens, dependencies (filing compliance, ability to pay), and limitations. With an output schema, return values need not be detailed in the description.

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 description coverage is 100%, so baseline is 3. The description does not add significant new meaning beyond the schema's parameter descriptions, though it provides overall context. It mentions the brief parameter and the coarse screening role of tax_account_type, but that is already in the schema.

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 purpose: to screen IRS resolution paths when someone owes back taxes. It specifies the context ('someone owes the IRS back taxes and asks how to settle') and distinguishes it from sibling tools (e.g., check_5472_obligation) by focusing on payment plans, offers in compromise, etc., not other tax obligations.

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 explicitly states when to use the tool ('Use this when someone owes the IRS back taxes...') and includes conditions for different resolution paths. It also provides guidance on parameters like ability_to_pay and cautions that it never guarantees an IRS outcome, offering clear usage context.

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

check_sales_tax_nexusCheck sales-tax nexusA
Read-only
Inspect

Use this when an online seller or e-commerce/Amazon business asks whether they must collect sales tax in a state (economic nexus). Given annual sales, transaction count, and states, flags where economic nexus is likely met and explains the physical-nexus (FBA inventory) trap.

ParametersJSON Schema
NameRequiredDescriptionDefault
statesNoUS states to check, as 2-letter codes (e.g. ["CA","TX","NY"]). If omitted, the tool explains the general rule.
annual_sales_usdYesYour total sales into the state(s) in the current or prior calendar year.
transaction_countNoApproximate number of separate sales transactions into the state(s). Some states count transactions as well as dollars.

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior4/5

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

Annotations already indicate read-only and non-destructive. The description adds value by explaining the tool flags likely nexus and explains a trap, giving insight into behavior beyond the annotations.

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 two sentences, front-loaded with the use case, and every sentence adds value. No fluff.

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 tool's complexity and the existence of an output schema, the description covers inputs, core logic (nexus flags, physical-trap), and use case. It is complete for an agent to decide when to invoke.

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 baseline is 3. The description mentions the parameters but does not add significant new meaning beyond the schema descriptions. The tool's function is summarized, but no extra parameter constraints or formatting details are provided.

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 checks economic nexus for sales tax collection, specifies inputs (annual sales, transaction count, states), and outputs (flags, explains physical-nexus trap). It distinguishes from sibling tools covering other tax obligations.

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 description explicitly says 'Use this when an online seller or e-commerce/Amazon business asks whether they must collect sales tax in a state,' providing clear context. It doesn't explicitly exclude scenarios, but given sibling tools, the use case is well-defined.

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

check_treaty_withholdingCheck US withholding and treaty rates (W-8BEN)A
Read-only
Inspect

Use this when a non-US person or company receiving US-source income (dividends, interest, royalties, freelance/personal services, or a scholarship) asks how much US tax will be withheld, whether a tax treaty reduces it, or which form to give the payer (W-8BEN, W-8BEN-E, W-9, Form 8233). Returns the default statutory rate, the US-Turkey treaty rate where one applies, the documentation a treaty claim needs (including a TIN/ITIN), and how refunds of over-withholding work.

ParametersJSON Schema
NameRequiredDescriptionDefault
payee_typeNoWhether the payee is an individual or a company/entity. Defaults to individual. Determines the form (W-8BEN vs W-8BEN-E) and the treaty dividend rate.
income_typeYesThe kind of US-source payment: "dividends" (from US stocks or a US corporation), "interest", "royalties" (software, content, IP licensing), "personal_services" (freelance/consulting work or wages), or "scholarship_fellowship".
payee_countryYesCountry of TAX RESIDENCE of the person or company RECEIVING the payment. "turkey" returns the US-Turkey treaty rates this server carries; "other_non_us" returns the default statutory rates and how to check your own treaty; "united_states" covers US persons (who use Form W-9, not a treaty claim).

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior4/5

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

Annotations already indicate readOnlyHint=true. The description adds value beyond annotations by explaining the tool's output: default rate, treaty rate, documentation needed, and refund process. No contradictions.

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 paragraph that is concise and front-loaded with key usage context. It could be slightly more structured but remains clear and efficient.

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 tool's complexity (3 parameters, all with enums, output schema present), the description covers all necessary aspects: when to use, what returns, and parameter context. It is fully adequate.

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 description's additional detail on forms (W-8BEN, W-8BEN-E, etc.) is helpful but not essential. It adds marginal value over the schema's parameter descriptions.

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 that the tool checks US withholding and treaty rates for non-US persons receiving US-source income. It specifies the income types and output details, and distinguishes it from sibling tools which cover different tax topics.

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 description provides explicit context for when to use: when a non-US person or company asks about withholding, treaty rates, or forms. It lists income types covered. While it does not explicitly list when not to use or mention alternatives, the sibling tool list provides that context.

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

compare_formation_statesCompare US formation statesA
Read-only
Inspect

Use this when someone (often a non-US founder) asks which US state to form their LLC or company in - Wyoming, New Mexico, Delaware, or California. Compares government fees, annual cost, franchise tax, privacy, and approval time, and recommends a state based on their situation.

ParametersJSON Schema
NameRequiredDescriptionDefault
priorityNoWhat matters most: lowest_cost, most_privacy, or investor_ready. Defaults to lowest_cost.
operates_in_californiaNoWhether you (or the business) physically operate in, or are a resident of, California. If true, California registration is generally required regardless of where you form.
raising_venture_capitalNoWhether you plan to raise venture capital or convert to a C-corp. If true, Delaware is usually preferred by investors.

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description's claim of comparing and recommending is consistent and adds context (states and factors) but not further behavioral details beyond the annotations.

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?

Two sentences, no wasted words. Efficiently conveys when to use, what it compares, and what it outputs. Could be slightly more structured but remains highly concise.

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 the tool has no required parameters and an output schema (implied), the description covers the essential context: target user, states compared, comparison factors, and recommendation output. It sufficiently prepares an agent for correct usage.

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 has 100% description coverage; each parameter's schema description is detailed. The tool description adds high-level context but does not provide additional parameter-specific meaning beyond what the schema offers.

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?

Description clearly states the tool compares US states for LLC/company formation, lists specific states (Wyoming, New Mexico, Delaware, California), and mentions factors compared (fees, cost, tax, privacy, approval time). It distinguishes from sibling compare_llc_scorp which compares entity types.

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?

Description explicitly tells when to use this tool: 'when someone asks which US state to form their LLC or company in'. While it doesn't mention when not to use or list alternatives, the context and sibling tool names provide enough differentiation.

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

compare_llc_scorpCompare LLC vs S-CorpA
Read-only
Inspect

Use this when a self-employed user or single-member LLC owner asks whether an S-Corp election would save them money. Shows a side-by-side of self-employment tax vs salary-plus-distribution, payroll and compliance costs, California franchise taxes, and the break-even zone.

ParametersJSON Schema
NameRequiredDescriptionDefault
stateNoUS state, 2-letter or name. Defaults to CA. Only California franchise taxes are modeled (the SMLLC gross-receipts fee is excluded; see caveats).
currently_has_llcNoWhether the business already operates as an LLC today. Defaults to true. A plain sole proprietorship (no LLC) does not owe the California $800 franchise tax.
expected_net_profit_usdYesExpected annual net profit (revenue minus business expenses), before any owner salary.
owner_salary_estimate_usdNoA reasonable W-2 salary you would pay yourself as an S-corp owner. If omitted, the midpoint of the reasonable-compensation starting range for an owner-services business (about half of profit) illustrates the mechanic. That default is an illustration only - there is no IRS safe harbor at any percentage; use estimate_reasonable_comp for a starting range.

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds transparency about what the tool computes (side-by-side tax comparison, payroll costs, California franchise taxes, break-even zone). It also notes caveats like the exclusion of SMLLC gross-receipts fee. Minor omission: no mention of output structure, but output schema covers that.

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 two sentences with no filler. The first sentence immediately states the use case, and the second lists the key outputs. Every word earns its place.

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 presence of an output schema (as indicated by context signals), the description adequately covers purpose, usage, and key behavioral aspects. It includes caveats about California taxes and default salary, making it sufficient for a read-only comparison tool with 4 parameters.

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?

Schema coverage is 100% with detailed parameter descriptions. The description adds value by explaining the default salary behavior ('midpoint of reasonable-comp range') and referencing 'estimate_reasonable_comp' for more precise estimates, which goes beyond the schema.

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 uses a specific verb 'compare' and resource 'LLC vs S-Corp', clearly stating the use case for self-employed users or single-member LLC owners. It distinguishes itself from sibling tools like 'compare_formation_states' by focusing on tax savings from S-Corp election.

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 explicitly advises when to use the tool: when a self-employed user or SMLLC owner asks about S-Corp savings. It implicitly excludes other scenarios and references alternative tools like 'estimate_reasonable_comp' for salary estimation.

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

deadline_calendarUS filing deadlines for foundersA
Read-only
Inspect

Use this when a US business owner or nonresident (especially a foreign founder of a US LLC or C-corp) asks what US forms they must file and when. Returns each required federal form, its due date and extension, and the penalty for missing it, including Form 5472, FBAR, and the BOI report. Especially useful for non-US founders of US companies.

ParametersJSON Schema
NameRequiredDescriptionDefault
entity_typeYesYour US tax entity. foreign_owned_llc = a SINGLE-MEMBER US LLC owned by a non-US person (files pro-forma 1120 + 5472); a multi-member foreign-owned LLC is a partnership, use multi_member_llc. foreign_owned_c_corp = a US C-corp with foreign owners. nonresident_individual = a person filing Form 1040-NR.
filing_yearNoThe tax year whose deadlines you want (the year being reported). Defaults to the prior calendar year.
formed_in_usNoWhether the entity was formed in the US (relevant to the BOI report, from which most US-formed companies are now exempt).
has_us_source_wagesNoNonresident individuals only: whether you had US wages subject to withholding. Determines the 1040-NR due date (April 15 if yes, June 15 if no).
has_foreign_bank_over_10kNoWhether the aggregate of your foreign financial accounts exceeded $10,000 at any point (triggers FBAR).

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior3/5

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

Annotations already indicate readOnlyHint=true, so the description does not need to cover safety. It adds that the tool returns due dates, extensions, and penalties, but does not elaborate on data source, update frequency, or behavior beyond what the schema implies.

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 three sentences, front-loaded with the usage scenario, and contains no filler. Every sentence adds value efficiently.

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 5 parameters, required one, and an output schema, the description is fairly complete. It specifies target audience, included forms, and output type. It could explicitly note that it covers only federal forms, but that is implied.

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 description coverage is 100% and parameter descriptions are detailed. The tool description does not add new meaning about the parameters themselves; it focuses on output. Baseline 3 is appropriate.

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 it returns federal form deadlines and penalties for US business owners/nonresidents, mentioning specific forms like 5472, FBAR, and BOI. It distinguishes from sibling tools that focus on single forms, but could more explicitly exclude state or non-federal requirements.

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 description tells when to use it ('when a US business owner...asks what US forms they must file and when') and provides context about non-US founders. It does not give explicit when-not-to-use or alternative tools, but the context of sibling tools implies scope limitation.

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

decode_irs_noticeDecode an IRS noticeA
Read-only
Inspect

Use this when a user mentions receiving an IRS or state tax letter or notice and wants to know what it means, the deadline, or what to do. Give it the notice code (e.g. CP2000, CP14, LT11) and optionally the notice date and amount shown. Set brief:true for a shorter answer.

ParametersJSON Schema
NameRequiredDescriptionDefault
briefNoSet true for a shorter answer: skips the generic how-to-read guidance and common-error list.
notice_codeYesThe notice or letter code printed on the IRS mail, e.g. "CP2000", "CP 14", "LT11", "Letter 1058".
amount_shownNoThe dollar amount the notice proposes or bills, if any. Optional; used only for context, never stored.
received_dateNoDate on the notice (YYYY-MM-DD). Used to compute the response deadline. The IRS clock runs from the notice date printed on the letter.

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior5/5

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

Discloses important behaviors: amount_shown is 'never stored', received_date computes response deadline, brief flag skips generic guidance. Annotations (readOnlyHint=true, destructiveHint=false) are consistent and enhanced by these details.

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 sentences, no wasted words. Front-loaded with purpose and usage, followed by parameter guidance. Efficient and scannable.

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?

Covers purpose, when to use, parameter semantics, and behavioral details. Output schema exists, so return value description is unnecessary. No gaps given the tool's simplicity.

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?

Adds meaning beyond schema descriptions: explains brief effect, received_date usage for deadline, amount_shown used for context only, notice_code includes examples. Schema coverage is 100%, but description enriches understanding.

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 decodes IRS/state tax notices, specifying the trigger (user mentioning a notice) and the output (meaning, deadline, action). This distinguishes it from sibling tools like 'estimate_irs_penalty' or 'check_resolution_options'.

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?

Explicitly tells when to use ('when a user mentions receiving an IRS or state tax letter or notice') and what parameters to provide (notice code, optional date/amount, brief flag). Lacks explicit 'when not to use' but context with siblings makes it largely clear.

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

estimate_accountable_planEstimate accountable-plan reimbursementsA
Read-only
Inspect

Use this when an S-corp or C-corp owner asks how an accountable plan handles substantiated home-office, mileage, cell-phone, or other out-of-pocket business expenses. Estimates the reimbursement and tax effect, applies the two separate 2026 mileage rates by date, and explains the three requirements: business connection, substantiation, and return of excess.

ParametersJSON Schema
NameRequiredDescriptionDefault
business_milesNoBusiness miles driven in your personal vehicle. For 2026, also identify whether the miles were before July 1, on or after July 1, or span both periods because the IRS changed the rate midyear.
cell_internet_usdNoAnnual business-use portion of your cell phone and home internet.
marginal_tax_rate_pctNoYour combined marginal tax rate as a percent (e.g. 24, or 33 to include state). Used to estimate the tax saving. Defaults to 22.
business_mileage_periodNoWhen the business miles occurred. Defaults to mixed_or_unknown, which returns a reimbursement range rather than inventing a single rate. For miles in both 2026 periods, call the tool once per period and add the results.
home_office_expense_usdNoAnnual business-use portion of your home costs (rent/mortgage interest, utilities, insurance x business-use %). If you only know square footage, use the simplified method: $5/sq ft up to 300 sq ft = $1,500 max.
other_business_expense_usdNoOther out-of-pocket business expenses you personally paid (supplies, travel, professional dues, etc.).

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior4/5

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

Annotations indicate readOnlyHint=true, so the tool is safe and non-destructive. The description adds behavioral details beyond annotations: it estimates reimbursements/tax effects, applies two separate 2026 mileage rates, and explains three requirements. This provides a clear picture of what the tool computes and explains, enhancing transparency.

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 concise: two sentences that front-load the use case and then list key actions. Every sentence adds value, with no redundancy or fluff. It efficiently conveys purpose, scope, and key features.

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 6 optional parameters, full schema coverage, annotations, and the existence of an output schema, the description provides sufficient context. It explains the tool's role, the expenses it covers, and the key computations. Minor omission: no mention of typical output structure, but that is covered by the output schema. A score of 4 reflects completeness for this estimation context.

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 all parameters have descriptions. The tool description provides overall context (e.g., 'applies the two separate 2026 mileage rates') but does not add substantial new semantics beyond the parameter-level descriptions. With full schema coverage, a baseline score of 3 is appropriate.

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 is for S-corp or C-corp owners asking about accountable plan reimbursements for specific expenses like home-office, mileage, and cell-phone. It also explicitly mentions estimating reimbursement/tax effect, applying 2026 mileage rates, and explaining three requirements, making it distinct from sibling tools like estimate_augusta_rule or estimate_reasonable_comp.

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 description begins with 'Use this when an S-corp or C-corp owner asks...' which provides a clear trigger condition. While it does not explicitly state when not to use or list alternatives, the context and sibling tools indirectly guide appropriate usage. The specificity of the use case compensates for the lack of explicit exclusions.

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

estimate_augusta_ruleScreen the 14-day home-rental ruleA
Read-only
Inspect

Use this when a business owner asks about the "Augusta rule," renting a home to a related business, or the fewer-than-15-day rental-income exclusion in IRC 280A(g). Screens the total rental-day limit and calculates conditional amounts while keeping the owner-side exclusion separate from the business-side deduction requirements.

ParametersJSON Schema
NameRequiredDescriptionDefault
days_rentedYesTotal number of days during the year the dwelling is rented to anyone at a fair rental price, including days rented to your business. The IRC 280A(g) income exclusion requires fewer than 15 total rental days and that the dwelling is used as a home.
marginal_tax_rate_pctNoYour combined marginal tax rate as a percent (e.g. 24 for 24%, or 33 to include state). Used to translate the deduction into a tax saving. Defaults to 22.
fair_daily_rental_rate_usdYesThe FAIR-MARKET daily rate to rent your home for a comparable business event (e.g. what a hotel meeting room or event space of similar size would charge). Must be supportable with a written quote or comparable.

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds context that the tool 'screens' limits and 'calculates conditional amounts,' which aligns with read-only behavior. It does not contradict annotations and adds useful behavioral context beyond what annotations provide.

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 three sentences, front-loads the usage scenario, and is free of filler. Every sentence contributes value: when to use, what it does, and how it handles the logic.

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 the tool's complexity (tax rule screening with 3 parameters and an output schema), the description covers the core behavior and use case. It mentions calculating conditional amounts and separating owner/business aspects. The output schema fills gaps on return values, so completeness is good.

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 description coverage is 100%, so baseline is 3. The description does not add significant meaning beyond the schema; it mentions screening day limits but does not elaborate on parameter details. The schema descriptions are already comprehensive.

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 explicitly states the tool screens the 14-day home-rental rule (IRC 280A(g)), calculates conditional amounts, and separates owner exclusion from business deduction. It clearly distinguishes this from sibling tools like estimate_rental_income by naming the specific tax rule and context.

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 begins with 'Use this when a business owner asks about...' and lists specific scenarios (Augusta rule, renting to a related business, fewer-than-15-day exclusion). It also notes the separation of owner and business sides, providing clear context for when to use this tool.

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

estimate_irs_penaltyEstimate IRS penalties and interestA
Read-only
Inspect

Use this when someone owes the IRS and asks how much the penalties and interest will be, or what late filing/paying costs. Estimates the failure-to-file (5%/mo) and failure-to-pay (0.5%/mo) penalties and interest on a balance, and explains the current Automatic Exemption from Penalty, First Time Abate, and reasonable-cause relief paths.

ParametersJSON Schema
NameRequiredDescriptionDefault
months_lateYesWhole months past the deadline. The failure-to-file penalty counts any part of a month as a full month.
return_filedNoWhether you actually FILED the return (even if you did not pay). If false, the larger 5%/month failure-to-file penalty applies. Defaults to false (not filed).
balance_owed_usdYesThe unpaid tax balance (the tax itself, before penalties and interest).

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, which align with the description's estimation nature. The description adds context about specific penalties and relief paths without contradicting annotations.

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 sentences, front-loaded with usage guidance, followed by a precise list of what the tool estimates. No extraneous words.

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 tool's simplicity (3 params, has output schema, no nested objects), the description covers when to use, what it estimates, and relief paths. No gaps identified.

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?

Input schema has 100% description coverage, so each parameter is already documented. The description does not add new parameter-level details beyond the schema, meeting the baseline expectation.

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 specifies the verb 'estimate' and the resource 'IRS penalties and interest', and distinguishes from sibling tools like check_resolution_options and decode_irs_notice by focusing on penalty/interest estimation and relief paths.

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 description explicitly states when to use this tool ('when someone owes the IRS and asks how much the penalties and interest will be') and implies the context (late filing/paying costs). It lacks explicit exclusions or alternatives but provides sufficient context.

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

estimate_quarterly_taxesEstimate quarterly taxesA
Read-only
Inspect

Use this when a freelancer or business owner asks how much estimated tax to pay or whether they are underpaid for the year. Computes federal self-employment and income tax on annualized income, the safe-harbor target, per-quarter amounts and due dates, plus California's 30/40/0/30 installment timing.

ParametersJSON Schema
NameRequiredDescriptionDefault
stateNoUS state. Only California installment timing is modeled specifically; when omitted, no state is assumed and only federal figures are computed.
entityYesHow the income is taxed. Sole proprietor / SMLLC / partnership pay self-employment tax; S-corp shareholders take wages (withheld) plus distributions.
prior_year_agi_usdNoLast year's adjusted gross income (AGI). If over $150,000 ($75,000 MFS), the prior-year safe harbor rises from 100% to 110%.
ytd_net_income_usdYesYour net self-employment / business income so far THIS year (year to date), before tax.
ytd_withholding_usdNoFederal tax already withheld this year (e.g. from a W-2 or S-corp salary). Counts toward the safe harbor.
prior_year_total_tax_usdNoTotal federal tax on last year's return. Enables the prior-year safe harbor (often the easiest to hit).

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior5/5

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

Annotations indicate readOnlyHint=true, and the description confirms read-only behavior by describing computation and estimation. It adds valuable behavioral details beyond annotations: annualizing income, calculating safe-harbor targets, providing per-quarter amounts and due dates, and handling California's unique installment schedule. No contradictions with annotations.

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 extremely concise: two sentences that front-load the usage scenario and then list the key outputs. Every clause adds essential information (federal taxes, safe harbor, quarterly amounts, due dates, California timing). No wasted words or repetition.

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 the complexity of quarterly tax estimation, the description covers major outputs: federal taxes, safe harbor, quarterly amounts, and due dates. It also notes California's specific timing. The output schema is present, so return values need not be described. However, it omits explicit mention that for non-California states only federal figures are provided, though this is implied in the state parameter description. Overall, quite 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?

Schema description coverage is 100%, so the baseline is 3. The description adds contextual meaning beyond the schema by explaining how parameters tie to real-world concepts like annualized income and safe-harbor targets. For example, it mentions California installment timing, which relates to the state parameter. While schema adequately describes each parameter, the description enriches understanding of their combined use.

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 explicitly states the tool's purpose: 'Use this when a freelancer or business owner asks how much estimated tax to pay or whether they are underpaid for the year.' It lists specific computations (federal self-employment and income tax, safe-harbor target, per-quarter amounts, due dates, California installment timing), clearly distinguishing it from siblings like estimate_irs_penalty or estimate_rental_income.

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 description opens with a clear usage scenario: 'Use this when a freelancer or business owner asks how much estimated tax to pay or whether they are underpaid.' It does not explicitly list when not to use or name alternative tools, but the context of sibling tools provides implicit differentiation. A score of 4 reflects clear guidance without exclusions.

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

estimate_reasonable_compEstimate S-corp reasonable compensationA
Read-only
Inspect

Use this when an S-corp owner asks how much salary they should pay themselves ("reasonable compensation," "am I paying myself right?"). Given net profit and what drives it, returns a starting salary RANGE, the distribution left over, the employment tax that classification avoids, and the facts-and-circumstances test the IRS actually applies. Emphasizes that a defensible figure needs a comp study.

ParametersJSON Schema
NameRequiredDescriptionDefault
profit_driverNoWhat drives the profit: "primarily_owner_services" (consulting/agency/solo professional), "mixed" (your work plus staff/systems), or "capital_or_product" (product/capital/team, not your labor). Defaults to primarily_owner_services.
business_net_profit_usdYesAnnual net profit of the S-corp BEFORE any owner salary (revenue minus business expenses).

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds value by detailing outputs (salary range, distribution, tax savings, IRS test) and a caveat about needing a comp study, expanding beyond annotation hints.

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 two clear, front-loaded sentences. Every sentence provides essential information without fluff.

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?

With 2 parameters fully described in schema and an output schema present, the description adequately covers use case, inputs, outputs, and a key caveat. No gaps remain.

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 description coverage is 100%, so the description does not need to add much. It mentions 'Given net profit and what drives it' but provides no additional details beyond schema.

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 specifies the tool estimates S-corp owner reasonable compensation salary range, with clear verb and resource. It distinguishes from sibling tools by focusing on this specific tax topic.

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 description explicitly states when to use ('when an S-corp owner asks...'). It implies context but does not list exclusions or alternatives, though alternatives are not obvious given sibling tool names.

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

estimate_rental_incomeEstimate rental property taxesA
Read-only
Inspect

Use this when someone asks how much tax they owe on rental income (Airbnb/short-term or long-term), or whether a rental loss is deductible. Computes net rental income after operating expenses and straight-line depreciation, the passive-loss allowance and carryforward, the short-term 14-day rule, and the marginal federal tax effect.

ParametersJSON Schema
NameRequiredDescriptionDefault
rental_daysNoDays the property was rented at fair value (short-term only).
rental_typeNolong_term (standard residential lease) or short_term (Airbnb/VRBO-style). Defaults to long_term.
land_percentNoPercent of the purchase price attributable to non-depreciable land (default 20). The building is depreciated over 27.5 years.
filing_statusNoFederal filing status. Defaults to single.
other_income_usdNoYour other taxable income (e.g. wages, business) for the year. Sets the marginal rate applied to net rental income, and gates the passive-loss allowance.
personal_use_daysNoDays YOU used the property personally (short-term only). Triggers the 14-day tax-free rule when a stay is rented 14 days or fewer and used more personally.
operating_expenses_usdNoDeductible operating expenses: mortgage interest, property tax, insurance, HOA, repairs, management, utilities, supplies. Excludes depreciation (computed for you).
annual_rental_income_usdYesGross rent received this year, before expenses.
real_estate_professionalNoWhether you materially participate as a real-estate professional under IRC 469(c)(7). If true, rental losses are not passive-limited.
property_purchase_price_usdNoWhat you paid for the property (building + land). Used to compute straight-line depreciation.

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior4/5

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

The description adds significant behavioral context beyond annotations: it explains the tool computes net rental income, depreciation, passive-loss rules, 14-day rule, and marginal tax effect. Annotations have readOnlyHint: true which aligns since it's a calculation. No contradictions.

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 paragraph of four sentences, front-loaded with usage guidance, and every sentence adds value. No fluff or redundancy.

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 the complexity (10 parameters, 1 required) and the presence of an output schema, the description covers the essential behavioral aspects and return logic. It doesn't detail return format but output schema likely handles that. Minor gap: no mention of what the response contains (e.g., JSON fields).

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 description coverage is 100% with each parameter having a clear description. The tool description does not elaborate on parameters further, which is acceptable given the full schema. Baseline 3 as per guidelines since schema carries the burden.

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 the tool computes tax owed on rental income and deductibility of losses, listing specific calculations. However, the name 'estimate_rental_income' slightly misaligns with the title and description focusing on tax estimation, not income itself. Still clearly distinguishes from sibling tools like estimate_irs_penalty.

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 begins with 'Use this when...' providing a clear, explicit usage context. It specifies two scenarios: asking about tax on rental income or whether a rental loss is deductible. This directly guides the agent on when to invoke this tool.

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

explain_tax_documentExplain a tax documentA
Read-only
Inspect

Use this when a user receives a US tax form or information document and wants to know what it is, why they got it, which boxes matter, where it goes on their return, what to double-check, or what to do if it is wrong, duplicated, or never arrived. Covers W-2, W-2G, the 1099 family (NEC, MISC, K, INT, DIV, B, DA, R, G, C, S, SA, Q), Schedule K-1 (partnership 1065, S-corp 1120-S, estate/trust 1041), SSA-1099, 1042-S, 5498, 1098, 1098-T, 1098-E, 1095-A/B/C, and W-9 / W-8BEN requests. For IRS letters and notices (CP or LT codes) use decode_irs_notice instead. Set brief:true for a shorter answer.

ParametersJSON Schema
NameRequiredDescriptionDefault
briefNoSet true for a shorter answer: skips the box-by-box guide and the pre-filing checklist.
documentYesThe tax form or document name as printed on it, e.g. "W-2", "1099-K", "1099-NEC", "Schedule K-1 (Form 1065)", "1042-S", "1098-T", "SSA-1099", "1095-A", "W-9".

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior4/5

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

Annotations already declare readOnlyHint=true. The description adds detail on what the tool covers (box-by-box guide, pre-filing checklist) and the effect of brief=true, providing added behavioral context beyond annotations.

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 that efficiently conveys scope, usage, and alternatives. While not overly concise, it avoids fluff and front-loads the use case.

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 presence of an output schema, the description sufficiently covers when, what, and how. It lists covered forms, exclusions, and parameter effects, making it complete for an explanation 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?

Schema covers 100% with descriptions. Description enriches with concrete examples ('W-2', '1099-K'), max length hint, and explanation of the brief parameter, adding value beyond the schema.

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 it explains US tax documents, lists specific forms (W-2, 1099 family, etc.), and distinguishes from sibling tool decode_irs_notice.

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?

Explicitly tells when to use ('when a user receives a US tax form...'), when not to use ('For IRS letters and notices use decode_irs_notice instead'), and mentions the brief parameter for shorter answers.

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

get_document_checklistGet a document checklistA
Read-only
Inspect

Use this when someone asks what documents, statements, or records to gather for a US tax filing or engagement: an individual return, a self-employed Schedule C return, a foreign-owned single-member LLC (Form 5472) filing, an S-corp or partnership return, an FBAR/Streamlined offshore catch-up, or an ITIN application. Returns the service-specific document list, first-year onboarding extras, and how to send files securely.

ParametersJSON Schema
NameRequiredDescriptionDefault
serviceYesWhat the documents are for: "individual_return" (Form 1040), "self_employed_return" (1040 with Schedule C), "foreign_owned_llc_5472" (pro-forma 1120 + Form 5472 for a foreign-owned single-member US LLC), "s_corp_return" (Form 1120-S), "partnership_return" (Form 1065), "fbar_streamlined_catchup" (late FBARs / Streamlined offshore procedures), or "itin_application" (Form W-7).
first_year_clientNoWhether this is your first year working with the firm. Adds the one-time onboarding documents (prior returns, IDs, authorizations).

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description adds content details (service-specific list, first-year extras, secure file sending). No contradictions; it provides useful behavioral context beyond annotations.

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 sentences efficiently convey purpose, usage context, and output scope. Front-loaded with actionable guidance with zero wasted words.

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 7 enum options and a boolean parameter, the description covers the tool's scope well. An output schema exists, so omission of return structure details is acceptable.

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?

Schema coverage is 100% with both parameters described. The description adds value by explaining the effect of first_year_client on output, going beyond schema definitions.

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 returns a document checklist for specific US tax filings, listing exact services. It distinguishes from sibling tools like check_5472_obligation and check_fbar_fatca by focusing on document gathering.

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 description explicitly says 'Use this when someone asks what documents...' providing clear context. It implies when to use vs siblings but lacks explicit when-not-to-use or alternative tool references.

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

get_fee_quoteGet a fixed-fee quoteA
Read-only
Inspect

Use this when a user asks what Arc & Ledger charges, or wants a price estimate for tax preparation, bookkeeping, business formation, or IRS help. Returns a published price range and line items, never a single committed number, plus what is included and the next step by complexity.

ParametersJSON Schema
NameRequiredDescriptionDefault
detailsNo
serviceYesThe kind of work you want priced.

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior4/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, which the description does not contradict. The description adds behavioral context beyond annotations: 'never a single committed number' and clarifies what the response includes (line items, next steps). This adds value without redundancy.

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 two sentences with no wasted words. The first sentence frontloads the purpose, the second explains return value and behavior. Every sentence earns its place.

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 that an output schema exists, the description appropriately focuses on behavioral aspects like 'published price range' and 'never a single committed number'. It covers key constraints (e.g., what the quote includes) but could mention prerequisites like the required service parameter, though the schema already indicates it's required.

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 50% (as provided), meaning the description should compensate for missing parameter explanations. However, the description does not add meaning beyond the schema; it only mentions return behavior. The schema itself provides decent property descriptions, so a baseline of 3 is appropriate.

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 purpose: 'Use this when a user asks what Arc & Ledger charges, or wants a price estimate' for specific services. It distinguishes itself from sibling tools like estimate_quarterly_taxes and book_consultation by focusing exclusively on Arc & Ledger's fixed-fee quotes.

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 description explicitly states when to use the tool (user asks for charges/estimates) and what it returns (price range, not a single number). While it doesn't explicitly list when not to use it or name alternatives, the sibling context provides differentiation, and the usage context is clearly implied.

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

triage_tax_problemTriage a tax problemA
Read-only
Inspect

Use this when someone has a tax problem and does not know where to start; call it FIRST, before the specific tools. Covers an IRS or state letter, back taxes they cannot pay, unfiled years, a levy or wage garnishment, an audit, penalties, an identity-verification letter, and payroll tax trouble. Returns an urgency level, a this-week and this-month action plan, what not to do, which tool to run next for the specifics, and the matching published-fee service. General information only; never a guaranteed IRS outcome. Set brief:true for a shorter answer.

ParametersJSON Schema
NameRequiredDescriptionDefault
briefNoSet true for a shorter answer: urgency, this-week actions, and the matching service only.
problemYesThe tax problem, as close as it maps. irs_notice = any IRS or state letter; back_taxes_owed = a balance that cannot be paid in full; unfiled_returns = one or more years never filed; levy_or_garnishment = a bank levy, wage garnishment, or a final intent-to-levy letter; audit_or_exam = an IRS audit or examination letter; penalties = penalty charges on an account; identity_verification = a 5071C/4883C identity letter or suspected refund identity theft; payroll_tax_941 = unpaid or late employer payroll taxes; state_tax = a state tax agency problem; not_sure = anything else.
amount_bandNoRoughly how much is at stake, if known. Bands only, never an exact figure. Current IRS Simple Payment Plan balance criteria generally use a $50,000 ceiling for eligible individual and non-trust-fund accounts and a $25,000 ceiling for eligible business trust-fund accounts.
years_behindNoFor unfiled returns: how many years are unfiled. The IRS generally looks for the last six years filed to restore filing compliance.
has_deadline_soonNoTrue if a letter shows a response or payment date within about two weeks. Raises the urgency. No dates are computed here; use decode_irs_notice for exact deadline math.

Output Schema

ParametersJSON Schema
NameRequiredDescription
relayYesInstruction to the calling assistant: relay figures and dates verbatim (identical on every response).
next_stepYesA single review link appropriate to this server surface.
disclaimerYesGeneral-information disclaimer (identical on every response).
source_urlYesThe arcandledger.com page that backs this answer.
server_versionNoServer release that produced this response (matches GET /version).
Behavior5/5

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

Annotations declare readOnlyHint=true, set to false destructive and open-world. The description adds value by disclosing the tool returns an urgency level, action plans, what not to do, the next tool, and a fee service, plus the disclaimer 'General information only; never a guaranteed IRS outcome.' No contradiction with annotations.

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 that covers all key points. It is mostly concise, though the list of covered problems could be integrated more tightly. Still, every sentence adds value.

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 tool's complexity (triage, multiple problem types, output schema exists), the description fully informs the agent: when to use, what parameters do, what the output includes, and limitations. No gaps.

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?

Schema coverage is 100%, but the description enriches parameters by explaining how 'brief:true' truncates the answer and giving context for 'has_deadline_soon' (raises urgency, no date math here). It also maps enum values to real-world scenarios, aiding selection.

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 starts with a specific verb-resource pair ('triage a tax problem') and immediately states usage priority: 'call it FIRST, before the specific tools.' It lists covered problem categories, clearly distinguishing it from sibling tools like 'decode_irs_notice' or 'check_resolution_options.'

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?

Explicitly says 'Use this when someone has a tax problem and does not know where to start' and 'call it FIRST, before the specific tools,' implying it's the initial triage tool. It describes what it returns (urgency, action plans, next tool) and that it provides general information, not guaranteed outcomes.

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

Discussions

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

Try in Browser

Your Connectors

Sign in to create a connector for this server.