Skip to main content
Glama

check_property_tax_savings

Free check of whether a California home qualifies for a Proposition 8 decline-in-value property tax reduction. Returns a status (qualifies, fair_assessment, not_enough_data, not_residential, window_closed, county_not_served, already_filed, address_not_found, needs_more_info, busy), the current assessment, our opinion of value from recent comparable sales, and the estimated annual savings. When the property qualifies, the result includes a continueToken for start_filing. Checking is free and can only ever lower a tax bill, never raise it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unitNoUnit number for multi-unit buildings, for example "Unit 12"
addressYesStreet address including the city, for example "3746 Norris Canyon Rd, San Ramon"

TDQS

A4.1/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the possible statuses, including 'not_enough_data', 'county_not_served', and 'already_filed', which are important behavioral outcomes. It also clarifies that the tool is non-destructive ('never raise it'), which is valuable.

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 but is dense and well-structured. It front-loads the core purpose, then lists the return statuses and outcomes efficiently. Minor redundancy (e.g., 'free' repeated) but overall 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 2 parameters, no output schema, and no annotations, the description covers the main behavioral aspects: possible statuses, the meaning of a qualifying result, and the safety guarantee. Missing nuance on how to interpret each status, but acceptable for the complexity.

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 schema already explains both parameters (address and unit). The description adds no additional parameter-specific meaning beyond the schema, but since coverage is high, 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's purpose: checking if a California home qualifies for Proposition 8 property tax reduction. It uses a specific verb ('check') and resource ('property tax savings'), and distinguishes itself from siblings by mentioning the continueToken for start_filing.

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 mentions the tool is free and can only lower taxes, and implies it should be used before start_filing by referencing the continueToken. However, it does not explicitly state when not to use it or name alternatives, though siblings are get_filing_status and start_filing.

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.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: checking eligibility, starting a filing, and checking filing status. No overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case (check_property_tax_savings, get_filing_status, start_filing), making the intent predictable.

Tool Count5/5

Three tools perfectly cover the narrow domain of property tax filing: check eligibility, start filing, and monitor status. Each tool is necessary and well-scoped.

Completeness5/5

The tool set covers the full lifecycle: eligibility check with a continuation token, starting the filing, and retrieving coarse status. No obvious gaps for the intended workflow.