Skip to main content
Glama
Lavoiedavidw

Charlotte-Mecklenburg MCP Server

by Lavoiedavidw

get_zoning

Retrieve zoning classification for a Mecklenburg County parcel using an address, lat/lon, or parcel ID. Resolves the parcel and returns zoning attributes and a summary.

Instructions

Get zoning classification for a parcel from Parcel_Zoning_Lookup.

Resolves a parcel (by address, lat/lon, or a known pid) against ParcelStatus first if a pid isn't supplied directly, then looks up its zoning record.

Args: address: Free-form address, e.g. "2437 Remount Rd, Charlotte, NC". lat: Latitude in decimal degrees (WGS84). Requires lon. lon: Longitude in decimal degrees (WGS84). Requires lat. pid: Mecklenburg County parcel ID, if already known.

Returns: Dict with zoning (dict of zoning attributes or None), resolved pid, and a summary string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNo
lonNo
pidNo
addressNo
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It transparently explains that the tool first resolves the parcel against ParcelStatus if pid is not supplied, then performs the zoning lookup. It also warns that zoning may be None and mentions dependencies like 'Requires lon' for lat. This gives a solid understanding of the tool's internal behavior, though it stops short of detailing error handling.

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 sized. It front-loads the purpose, then explains the resolution process, followed by a concise Args section and Returns section. Every sentence adds value without unnecessary fluff or repetition.

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?

The description is contextually complete for a tool with 4 optional parameters, no annotations, and no output schema. It explains the return format (dict with zoning, pid, summary), covers all parameters, and describes the lookup workflow. This gives an agent everything needed to invoke it correctly and interpret results.

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?

Given that the input schema has 0% description coverage, the description fully compensates by explaining each parameter in detail: address example, coordinate system for lat/lon, the dependency between lat and lon, and the meaning of pid. This goes well beyond the schema's bare type definitions, providing essential usage semantics.

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 specific verb and resource: 'Get zoning classification for a parcel from Parcel_Zoning_Lookup.' This clearly identifies the tool's function and distinct purpose compared to siblings like lookup_parcel or get_planning_area. It also explains the resolution process, further clarifying its role.

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 three accepted input methods (address, lat/lon, or pid) and the resolution workflow. It does not explicitly state when not to use this tool or name alternative tools, but the context is clear enough for an agent to decide to use it when a zoning classification is needed.

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