Skip to main content
Glama
Baneado98

muni-dev-cost

estimate_dev_cost

Estimate municipal development fees per unit for a project, including impact and utility charges, using jurisdiction or address to size pro-forma fee lines.

Instructions

Estimate the total MUNICIPAL FEES for a whole development project — fees × number of units — with per-unit and extended line items. The number a developer needs to size the fee line of a pro-forma before breaking ground. Dev-type aware and explicit about what's EXCLUDED (land, hard construction, soft costs, financing, profit) so it isn't mistaken for total project cost. Pass 'jurisdiction' or 'address', 'dev_type', 'units' (the unit count), and optionally 'meter_size'. 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.
dev_typeNoDevelopment type: single_family / multifamily / commercial / retail / office / industrial (default single_family).
unitsYesNumber of units in the project (REQUIRED).
meter_sizeNoWater meter size per unit (default 5/8").
Behavior3/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It mentions premium payment requirements (pay per call with USDC or prepaid key), but does not discuss auth needs, rate limits, data modification, or side effects. The description adds context beyond the schema but is incomplete for a mutation-free tool.

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 front-loaded with the core purpose and subsequent sentences add value: usage context, exclusions, parameter list, and payment details. It is efficient, albeit slightly lengthy, with no wasted words.

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?

Given the lack of output schema and annotations, the description partially covers return format ('per-unit and extended line items') but does not explain the exact output structure or error handling. With five parameters and no output schema, more detail on return values and edge cases 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 baseline is 3. The description repeats parameter names and notes that jurisdiction/address are alternatives, which adds minor clarification, but does not provide additional semantic details beyond what the schema already conveys.

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 that the tool estimates 'total MUNICIPAL FEES for a whole development project' and distinguishes it from total project cost by explicitly listing exclusions (land, hard construction, soft costs, financing, profit). It also specifies the calculation method (fees × number of units) and includes context about developer pro-forma needs.

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

Usage Guidelines3/5

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

The description provides context that this tool is for sizing the fee line of a pro-forma before breaking ground and mentions it is dev-type aware with exclusions. However, it does not explicitly state when not to use this tool or compare it against sibling tools like get_total_dev_cost or get_fee_breakdown, leaving the agent to infer usage boundaries.

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