Skip to main content
Glama
portofcams

Āina Atlas MCP

by portofcams

resolve_address

Read-only

Resolve a Hawaii street address (or TMK) to a Tax Map Key parcel ID. Geocodes the address and finds the underlying parcel for further property queries.

Instructions

Resolve a Hawaii street address (or a TMK) to a Tax Map Key (TMK) parcel id. Geocodes the address (HI-bounded Nominatim) then finds the parcel under it. Use this first when you only have an address; feed the TMK into lookup_parcel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tmkNoA TMK (digits, dashes ok). If given, address is ignored.
addressNoFree-text Hawaii address, e.g. '500 Ala Moana Blvd, Honolulu'.
Behavior4/5

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

Annotations declare readOnlyHint=true. Description adds geocoding process (HI-bounded Nominatim) and precedence rule (if TMK given, address ignored). No contradictions.

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, no waste. Front-loaded with purpose, then process, then workflow advice.

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?

Complete for a two-param optional tool. Explains process, workflow with sibling, and covers both usage paths. No output schema needed.

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?

Schema coverage is 100%, but description adds value by explaining TMK overrides address and that address is free-text for Hawaii. Baseline 3, extra context raises to 4.

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?

Clear verb 'resolve' + specific resource 'address to TMK parcel id'. Distinguishes from siblings by stating it is for initial address lookup before feeding TMK into lookup_parcel.

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

Usage Guidelines5/5

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

Explicitly states 'Use this first when you only have an address; feed the TMK into lookup_parcel.' Provides clear context and alternative.

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/portofcams/aina-atlas-mcp'

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