Skip to main content
Glama
chrischall

booli-mcp

by chrischall

Resolve a Booli area

booli_search_areas
Read-onlyIdempotent

Resolve place names or coordinates to Booli areas (municipalities, districts, streets) and retrieve their booli_id for use in listing or sold searches.

Instructions

Resolve a place name (or coordinate) to Booli areas — municipalities, districts, streets — each with its booli_id to pass as area_id into booli_search_listings / booli_search_sold. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoPlace-name search string (e.g. "Nacka").
latNoLatitude; use together with `lng`.
lngNoLongitude; use together with `lat`.
limitNoDefault 10, max 50.
only_with_soldNoOnly return areas that have sold listings.
only_with_listingsNoOnly return areas that currently have listings for sale.
Behavior5/5

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

Description states 'Read-only', matching annotations (readOnlyHint, idempotentHint, openWorldHint). No contradictions; adds context about output structure and usage.

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?

Single sentence, front-loaded with action and output. No redundant words, efficiently conveys all necessary information.

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?

For a lookup tool with 6 params and no output schema, description explains output, how to use results, and is supported by annotations. Sufficient for agent to understand and invoke 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?

Schema description coverage is 100%, so baseline is 3. Description does not add parameter-specific details beyond schema, but overall context helps understand purpose.

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?

Tool name and title clearly indicate area resolution. Description specifies verb 'resolve', input (place name or coordinate), output (Booli areas with booli_id), and links to sibling tools. Distinguishes from other search/list tools.

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?

Explicitly states output is to be used as area_id for booli_search_listings/sold, providing direct guidance. Lacks explicit 'when not to use' but context is clear.

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/chrischall/booli-mcp'

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