Skip to main content
Glama

nearby_planning_applications

Find planning applications within a radius of a given latitude and longitude. Use this tool to query what has been applied for near any location.

Instructions

Find planning applications within a radius of a point (latitude/longitude). Use for 'what's been applied for near this location'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesLatitude (WGS84).
lngYesLongitude (WGS84).
limitNoMax results (paid keys up to 100; free keys 10).
radius_kmNoRadius in kilometres (paid plans allow larger radii).
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It only says 'find applications within a radius' but does not mention if results are sorted, limited to active applications, paginated, or any rate limits. There is no contradiction but significant 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 extremely concise with two sentences, front-loading the core action. There is no redundant information.

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

Completeness2/5

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

Given 4 parameters and no output schema or annotations, the description is incomplete. It does not mention output format, pagination, or default values, leaving an agent with insufficient information for robust invocation.

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 no additional parameter semantics beyond what is in the schema (e.g., default values for limit or radius_km are not clarified). It minimally meets expectations.

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 finds planning applications within a radius of a given point, using 'what's been applied for near this location' as a usage example. This distinguishes it from siblings like 'get_planning_application' (single app) and 'search_planning_applications' (likely text-based).

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 a usage context ('what's been applied for near this location') and implicitly recommends this tool for proximity queries. However, it does not explicitly state when not to use it or compare with siblings like 'search_planning_applications' for text searches.

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/beshogun/planwire-mcp'

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