Skip to main content
Glama
auraajenticai

Aura Courier MCP

validate_and_geocode_address

Validates and geocodes a Bangladesh delivery address, returning lat/lng coordinates, administrative sublocality, and delivery confidence score.

Instructions

Validate and geocode a Bangladesh delivery address using Google Maps Platform Geocoding API with administrative sublocality (Thana, District, Division), exact lat/lng coordinates, and delivery confidence score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thanaNoOptional Thana/Upazila name
addressYesFull street or local address (e.g. 'Road 11, House 24, Dhanmondi, Dhaka')
districtNoOptional District name

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2.4.0

TDQS

A3.5/5.0
Behavior3/5

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

There are no annotations, so the description must carry the full behavioral burden. It does disclose the external Google Maps Platform dependency and the expected outputs, but it does not state whether the operation is read-only, whether it makes a network call with associated cost, or what happens on validation/geocoding failure.

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?

A single sentence packs in the tool's purpose, geographic scope, external API, and main outputs without excess. Key information is front-loaded.

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?

The description mentions the important output concepts (sublocality, coordinates, confidence score), which is useful given there is no output schema. However, it does not explain the meaning of the confidence score, how optional thana/district parameters affect results, or failure/edge-case behavior, leaving some ambiguity for a tool with no annotations.

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 the schema already documents all three parameters. The description adds no parameter-specific detail beyond what is in the schema, so the baseline score of 3 is appropriate.

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 names a specific verb-resource pair ('Validate and geocode a Bangladesh delivery address') and states the key outputs: administrative sublocality, lat/lng coordinates, and delivery confidence score. This clearly distinguishes it from siblings like list_couriers, track_parcel, and check_fraud_risk.

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 implies the tool is used when address validation or geocoding is needed, but it gives no explicit guidance on when to choose this tool over alternatives such as calculate_delivery_zone_and_fee or check_fraud_risk. No exclusions, preconditions, or alternative conditions are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.