Skip to main content
Glama
IBM

chuk-mcp-geocoder

by IBM

geocoder_capabilities

Get the full list of available tools, Nominatim API details, and LLM-friendly guidance for geocoding tasks.

Instructions

Get full server capabilities.

    Returns the complete list of tools, Nominatim API details,
    and LLM-friendly usage guidance.

    Args:
        output_mode: "json" (default) or "text"

    Returns:
        Full server capabilities including tool lists and guidance
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
output_modeNojson
Behavior2/5

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

No annotations are provided, so the description must carry full behavioral disclosure. It states this is an info retrieval operation, but does not clarify whether it is read-only, requires authentication, or has any side effects. The description is minimal on non-functional aspects.

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 no wasted words. It uses clear reStructuredText-style Args/Returns sections, front-loads the main verb ('Get'), and every sentence adds value.

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

Completeness4/5

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

Given the low complexity (1 parameter, no nested objects) and no output schema, the description adequately covers purpose, parameters, and return content. It mentions 'including tool lists and guidance,' which is sufficient for a capabilities endpoint.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage and only defines output_mode as a string with default 'json'. The description adds that it accepts 'json' or 'text', providing more granularity beyond the schema. This compensates well for the lack of schema comments.

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 'Get full server capabilities' and specifies what it returns: tool lists, Nominatim API details, and usage guidance. This distinguishes it from sibling tools that perform geocoding or other specific operations.

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

Usage Guidelines3/5

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

The description does not explicitly state when to use this versus alternatives, but the purpose is self-evident for retrieving server capabilities. There is no guidance on when not to use it or comparisons with siblings, leaving some ambiguity for the agent.

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/IBM/chuk-mcp-geocoder'

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