list_jurisdictions
List every jurisdiction (statewide, county, city, or obligee) within one state, with bond counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | Full state name or two-letter abbreviation. |
List every jurisdiction (statewide, county, city, or obligee) within one state, with bond counts.
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | Full state name or two-letter abbreviation. |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are supplied, so the description carries the full behavioral burden. It usefully discloses that each entry includes bond counts and that "every" jurisdiction is returned, but says nothing about pagination, empty results, ordering, or whether counts reflect live data.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single sentence that front-loads the action, immediately clarifies the vocabulary, and ends with the return payload. Nothing is padded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter, read-only listing tool with no output schema, the description is sufficient: it states the scope, defines the enumerated items, and notes bond counts are returned. Only pagination/ordering behavior is unaddressed, which is minor here.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the single state parameter already documents that it accepts a full name or two-letter abbreviation. The description reinforces the scoping ("within one state") but adds no format or constraint detail beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Specific verb ("List") plus resource ("jurisdiction"), and it defines what counts as a jurisdiction — statewide, county, city, or obligee — scoped to a single state. It implicitly separates itself from list_states (states, not sub-state units) and search_bonds (search vs. full enumeration), though it never names a sibling.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The use case (enumerate all jurisdictions inside one state) is implied by the description and the required state parameter, but there is no explicit when-to-use statement, no exclusions, and no pointer to list_states or search_bonds as alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.