Skip to main content
Glama

Arc & Ledger Tax Tools

Estimate quarterly taxes

estimate_quarterly_taxes
Read-only

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.

Input Schema

TableJSON 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

TableJSON Schema
NameRequiredDescriptionDefault
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).

TDQS

A4.6/5.0
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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
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.