Skip to main content
Glama
BACH-AI-Tools

Geodb Cities MCP Server

admin_divisions_near_division

Find nearby administrative divisions by specifying a target division and search radius, with options to filter by population, country, time zone, and other criteria.

Instructions

Get divisions near the given administrative division, filtering by optional criteria.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
radiusYesThe location radius within which to find divisions100
distanceUnitNoThe unit of distance to use: MI | KM
countryIdsNoOnly divisions in these countries (comma-delimited country codes or WikiData ids)
excludedCountryIdsNoOnly divisions NOT in these countries (comma-delimited country codes or WikiData ids)
timeZoneIdsNoOnly divisions in these time-zones
minPopulationNoOnly divisions having at least this population0
maxPopulationNoOnly divisions having no more than this population0
namePrefixNoOnly divisions whose names start with this prefix. If languageCode is set, the prefix will be matched on the name as it appears in that language.
namePrefixDefaultLangResultsNoExample value:
languageCodeNoDisplay results in this language
asciiModeNoExample value:
hateoasModeNoExample value:
includeDeletedNoWhether to include any divisions marked deleted: ALL | SINCE_YESTERDAY | SINCE_LAST_WEEK | NONE
limitNoThe maximum number of results to retrieve0
offsetNoThe zero-ary offset into the results0
sortNoHow to sort the results. Format: ±SORT_FIELD,±SORT_FIELD where SORT_FIELD = countryCode | elevation | name | population
divisionIdYesExample value: Q104994
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. While it mentions filtering capabilities, it doesn't describe important behavioral aspects: whether this is a read-only operation, what format the results come in, whether there are rate limits or authentication requirements, or what happens when no divisions are found. The description is too minimal for a tool with 17 parameters and no output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise - a single sentence that efficiently states the core functionality. It's front-loaded with the main purpose and includes the filtering aspect. While perhaps too brief given the tool's complexity, every word serves a purpose with no wasted text.

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?

For a tool with 17 parameters, no annotations, and no output schema, the description is inadequate. It doesn't explain what 'divisions' are in this context, what format results come in, whether there are pagination considerations (despite limit/offset parameters), or any error conditions. The description leaves too many questions unanswered for proper agent usage.

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?

The description mentions 'filtering by optional criteria' which aligns with the many filter parameters in the schema. However, with 100% schema description coverage, the schema already documents all 17 parameters thoroughly. The description adds minimal value beyond what's already in the parameter descriptions, meeting the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool's purpose as 'Get divisions near the given administrative division, filtering by optional criteria.' This clearly indicates a retrieval operation with filtering capabilities. However, it doesn't distinguish this tool from its sibling 'admin_divisions_near_location' (which appears to search near coordinates rather than a division ID), leaving some ambiguity about when to use one versus the other.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. With multiple sibling tools like 'admin_divisions_near_location' and 'admin_division_details' available, there's no indication of when this specific tool (searching near a division) is preferred over searching near coordinates or getting division details directly. The description only states what the tool does, not when to use it.

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/BACH-AI-Tools/bachai-geodb-cities'

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