Skip to main content
Glama
Baneado98

muni-dev-cost

compare_by_meter_size

Retrieve water and sewer development costs for all meter sizes (5/8" to 12") in a jurisdiction, showing each cost ratio to the residential 5/8" base. Helps compare costs to select the right meter size for utility-connection budgets.

Instructions

Get one jurisdiction's water/sewer development cost across EVERY meter size it publishes (5/8" → 12"), each with its ratio to the 5/8" residential base. A larger meter (a 2" meter is often 8–12× the residential fee) is the single biggest swing in a utility-connection budget — this lays out the whole curve so you size the right meter cost up front. Pass 'jurisdiction' or 'address' and optionally 'category' ('water' / 'sewer' / 'water+sewer', default 'water+sewer'). Only works for jurisdictions that publish a per-meter schedule. PREMIUM: pay per call with x402 (USDC on Base) or set a prepaid key (MUNI_DEV_COST_KEY).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jurisdictionNo'City, ST' or city name. Provide this OR address.
addressNoUS street address. Provide this OR jurisdiction.
categoryNo'water', 'sewer', or 'water+sewer' (default).
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the premium pricing model (pay per call or prepaid key) which is a behavioral trait. However, it does not explicitly state that the operation is read-only, nor does it mention rate limits or authentication requirements beyond the premium note.

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 a single paragraph that is front-loaded with the core action. Every sentence adds value, from the main purpose to the motivational context, parameter usage, constraint, and premium info. It is efficient without being sparse.

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 no output schema, the description explains the output concept (costs and ratios for each meter size) but does not detail the exact structure of the return value. It is mostly complete for a simple query tool with 3 parameters, but adding explicit output fields would improve 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%, so the baseline is 3. The description adds the default value for 'category' ('water+sewer') and clarifies the mutual exclusivity of 'jurisdiction' and 'address'. This adds some value but does not significantly expand beyond the schema's own descriptions.

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: 'Get one jurisdiction's water/sewer development cost across EVERY meter size it publishes (5/8" → 12"), each with its ratio to the 5/8" residential base.' It uses specific verbs and resources and distinguishes itself from sibling tools like 'compare_jurisdictions' by focusing on a per-jurisdiction meter size analysis.

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 provides explicit usage context: it explains when to use the tool ('size the right meter cost up front') and includes a constraint ('Only works for jurisdictions that publish a per-meter schedule'). However, it does not explicitly mention when not to use it or compare it directly to alternative tools from the sibling list.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Baneado98/muni-dev-cost'

If you have feedback or need assistance with the MCP directory API, please join our Discord server