Skip to main content
Glama
Lavoiedavidw

Charlotte-Mecklenburg MCP Server

by Lavoiedavidw

rezonings_near

Find approved rezoning petitions near an address or coordinates. Returns petition details, zoning changes, and approval dates within a specified radius.

Instructions

Find approved rezoning petitions near a point.

Provide either address (free-form string) or both lat and lon. Queries the city's Approved_Rezonings_since_2016__by_CCW point layer within radius_m meters, filtered to Decision = 'App' (the layer also carries deferred/withdrawn petitions despite its name), most recently approved first.

Args: address: Free-form address, e.g. "2437 Remount Rd, Charlotte, NC". lat: Latitude, used with lon if address is not given. lon: Longitude, used with lat if address is not given. radius_m: Search radius in meters (default 1600, roughly 1 mile). limit: Maximum number of rezonings to return (default 25).

Returns: Dict with rezonings (list of dicts with petition, petitioner, from_zone, to_zone, type, received_date, approved_date, decision, ccw_region, acres, petition_acres), count, radius_m, lat, lon, resolved_address, and a summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNo
lonNo
limitNo
addressNo
radius_mNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description fully carries the transparency burden. It explicitly discloses the layer name, the Decision='App' filter, the surprising fact that the layer also contains deferred/withdrawn petitions despite its name, and the sort order (most recently approved first). This is rich behavioral detail beyond a simple 'find' statement.

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 front-loaded with a one-sentence summary, followed by well-structured Args and Returns sections. Every sentence adds value, including the example address and the caveat about deferred/withdrawn petitions, with no redundant or filler content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Even though an output schema exists, the description goes beyond it by enumerating the exact fields returned in each rezoning dict and the top-level response keys. It covers the alternate input modes, defaults, and layer filtering nuances, making it fully self-contained for an agent to invoke the tool correctly.

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?

The input schema has zero descriptions (0% coverage), so the description must compensate. It provides thorough per-parameter meaning: address is a free-form string with an example, lat/lon are used together only when address is absent, radius_m defaults to 1600 meters (~1 mile), and limit defaults to 25. This fully clarifies the ambiguous optional parameters.

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 opens with a clear verb ('Find') and specific resource ('approved rezoning petitions near a point'), immediately distinguishing itself from sibling 'near' tools by focusing on approved rezonings and explicitly filtering to Decision='App'. It also names the exact underlying layer, leaving no ambiguity about the tool's scope.

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 location input modes (address vs. lat/lon), the radius default with an approximate mile equivalent, and the limit default. However, it does not mention alternative tools or state when not to use this tool, so it lacks explicit exclusion guidance.

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