Skip to main content
Glama

camelot_tax_estimator

Idempotent

Estimate federal and self-employment tax liability ranges from income, deductions, and filing status using standard deduction and benchmark tax brackets.

Instructions

Tax Estimator Worksheet: Estimate Federal and Self-Employment tax liability ranges with standard deduction and benchmark brackets.. Local browser processing. Canonical URL: https://www.camelotwebtools.com/tools/tax-estimator

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deductionsNoDeductions in USD
annualIncomeNoAnnual gross income in USD
filingStatusNoIRS tax filing status (single, married_joint, married_separate, head_of_household)single
selfEmployedNoWhether individual is classified as self-employed / 1099

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesExecution status of the tool (success or error)
prefillUrlYesDirect deep-link URL to view, edit, and export in Camelot Web Tools
canonicalUrlYesCanonical web URL for this tool on camelotwebtools.com
documentTitleYesTitle of the generated document, report, or calculation output
documentMarkdownYesComplete structured output and body formatted in clean Markdown

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.6/5.0
Behavior4/5

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

Beyond the existing annotations (idempotentHint true, destructiveHint false), the description adds 'Local browser processing' and 'liability ranges,' which inform the agent that this tool runs client-side and produces approximate, non-exact output. This is valuable behavioral context not captured by annotations. No contradiction with the annotation set.

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 appropriately short and front-loads the core purpose. It includes a helpful behavioral note about local processing and a canonical URL. Minor issues: a typo (double period) and the 'Worksheet:' prefix adds little, but overall it is efficiently structured.

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

Completeness3/5

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

With an output schema, full parameter coverage, and annotations, the description did not need to explain return values or parameter details. It covers the core purpose and processing context. However, it omits any explicit statement about limitations (beyond 'ranges') or when to choose this over other tax-related siblings, leaving a notable completeness gap.

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 input schema already documents all parameters (deductions, annualIncome, filingStatus, selfEmployed) with meaningful descriptions. The tool description adds no additional parameter-level nuance, but the baseline of 3 applies because the schema carries the full semantic load.

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 a specific verb ('estimate') with a well-defined resource ('Federal and Self-Employment tax liability ranges'), narrowed by 'standard deduction and benchmark brackets.' This distinguishes it from sibling tools like camelot_crypto_tax_calculator, which covers a different tax domain.

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

Usage Guidelines2/5

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

No explicit guidance is given on when to use this tool versus alternatives. While 'estimate' implies a rough calculation, there is no mention of when not to use it, nor any reference to more precise or specialized sibling tools (e.g., camelot_crypto_tax_calculator). The description leaves the choice entirely to inference.

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

Deploy Server

Other Tools