Skip to main content
Glama
thatapicompany

Overture Maps MCP server

search_divisions

Look up administrative divisions by name, with options to narrow by country, subtype, or admin level.

Instructions

Look up administrative divisions (countries, regions, counties, localities) in Overture Maps. Search by name (e.g. 'Springfield'), optionally narrowed by country, subtype (country, region, county, locality, ...) or admin_level. Geometry is omitted by default to save space; set include_geometry=true only if you specifically need the boundary polygon.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNo
lngNo
nameNoDivision name to search for, e.g. 'Paris', 'Bavaria'.
limitNoNumber of results (default 10, max 50).
radiusNo
countryNoISO country code to narrow the search, e.g. FR.
subtypeNoDivision subtype: country, region, county, locality, etc.
admin_levelNoAdministrative level (0 = country, higher = more local).
include_geometryNoInclude the boundary polygon (large). Default false.
Behavior3/5

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

Discloses that geometry is omitted by default to save space, implying a performance consideration. But does not mention what happens with lat/lng/radius parameters, or if name is required. No annotations to supplement.

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?

Two sentences, front-loaded with the main purpose, followed by a key usage tip. Every word earns its place, no redundancy.

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 tool's complexity (9 params, no output schema), description covers the main search workflow but omits explanation of lat/lng/radius, pagination, and error scenarios. Lacks enough detail for an agent to use all parameters correctly.

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?

With 67% schema coverage, description adds value for include_geometry (explains default behavior) and highlights name as primary search key. However, lat, lng, and radius remain undocumented, and description does not clarify their role.

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?

Description clearly states 'Look up administrative divisions' in Overture Maps, listing subtypes and search attributes, distinguishing it from sibling tools like search_places or find_buildings.

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?

Provides clear context: search by name, optionally narrow by country/subtype/admin_level, and set include_geometry only if needed. However, no explicit comparison with sibling tools (e.g., when to use search_places instead).

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/thatapicompany/overture-maps-mcp'

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