Skip to main content
Glama

FairPath Property-Tax Evidence

Get FairPath County Requirements

fairpath_get_county_requirements

Return public, CIE-backed county property-tax filing guidance and source metadata. This creates a private FairPath audit record but does not make a filing recommendation or change an external system.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countyIdYesFairPath county id, such as harris_tx or collin_tx.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
redactionYes
sourcesUsedYes
directAnswerYes
evidenceGapsYes
countyCaveatsYes
confidenceLevelYes
complianceFooterYes
informationPostureNoTransitional compatibility field: current broker responses include it, while older broker deployments may omit it during the coordinated rollout.
countyKnowledgeDensityNo
nextAvailableFairPathActionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

Annotations declare readOnlyHint=false, which the description usefully nuances: it 'creates a private FairPath audit record but does not... change an external system.' This clarifies the non-read-only side effect and the read-only boundary with respect to external systems — genuinely valuable context beyond what annotations convey. Minor gap: no mention of what happens on invalid countyId, but the output schema and idempotentHint=false cover part of this.

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 tightly written sentences with zero filler. The primary purpose is front-loaded, and the side-effect disclosure follows naturally in the second sentence. Every clause 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 an output schema exists and the tool is a single-parameter lookup, the description covers the essential ground: what it returns, the audit side effect, and the non-mutating external behavior. The only notable gap is sibling differentiation (when to choose this over the other FairPath tools), which slightly reduces completeness.

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% — countyId is documented with examples ('harris_tx or collin_tx'). The description adds no parameter-level detail beyond the schema, so the baseline 3 is appropriate since the 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 states a specific verb ('Return') and resource ('county property-tax filing guidance and source metadata'), making the tool's function clear. It implicitly distinguishes from siblings (county requirements vs. check property vs. explain evidence packet), though it does not explicitly name the alternatives.

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?

The description provides no guidance on when to use this tool versus its siblings. It does not state any prerequisites, exclusions, or routing conditions that would help an agent choose between fairpath_get_county_requirements, fairpath_check_property, and fairpath_explain_evidence_packet.

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.

Resources