Skip to main content
Glama
Lavoiedavidw

Charlotte-Mecklenburg MCP Server

by Lavoiedavidw

cip_projects_near

Find stormwater capital improvement projects near an address or coordinates, including drainage, stream restoration, and pollutant removal projects.

Instructions

Find Mecklenburg County Capital Improvement Projects (stormwater) near an address or coordinate.

Covers Charlotte-Mecklenburg Storm Water Services projects: drainage improvements, stream & wetland restoration, and pollutant removal — both active and completed.

Args: address: Free-form address. Provide this OR lat/lon. lat: Latitude, used with lon instead of address. lon: Longitude, used with lat instead of address. radius_m: Search radius in meters (default 1600).

Returns: Dict with the resolved location, a list of CIP projects (name, status, phase, type, fiscal-year-complete), and a "summary".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNo
lonNo
addressNo
radius_mNo
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the scope of projects (stormwater, active/completed) and the return structure ('resolved location, a list of CIP projects...and a summary'), which is useful. However, it does not mention potential errors, rate limits, or confirm read-only behavior, leaving some gaps.

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 well-structured and appropriately concise: a clear opening sentence, a supportive scope sentence, a neatly formatted Args list, and a Returns section. No redundant text; every part contributes to understanding.

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?

For a read-only geospatial query tool with 4 parameters and no output schema, the description covers the necessary input and output essentials. It could elaborate on coordinate format or error handling, but it is largely complete for this simple tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description explicitly defines all four parameters in the Args section, including the relationship between address, lat/lon, and the radius_m default. This fully compensates for the schema's lack of descriptions, providing clear semantic meaning.

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 function: 'Find Mecklenburg County Capital Improvement Projects (stormwater) near an address or coordinate.' It uses a specific verb ('Find') and resource ('CIP projects') with geographic and thematic context, distinguishing it from siblings like crime_near or homicides_near.

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 clear usage context by explaining the two input modes ('Provide this OR lat/lon') and the default radius. It does not explicitly mention alternatives or when not to use the tool, but the instructions for address vs. coordinate input are a practical usage guideline.

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/Lavoiedavidw/Charlotte-City-MCP'

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