Skip to main content
Glama

Verify and Locate IP

verify_locate_ip

Confirm if an IP address is part of the Akamai edge network and get its geolocation: city, country, region, ASN, and network.

Instructions

Verifies whether an IP address belongs to the Akamai edge network and returns its geolocation details (city, country, region, ASN, network).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipAddressYesThe IP address to verify and locate.
Behavior3/5

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

With no annotations, the description must carry the transparency burden. It discloses the core behavior: it verifies membership and returns geolocation fields. However, it does not explicitly state that the operation is read-only, nor does it describe behavior for IPs not in the Akamai network, which leaves some ambiguity.

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 a single, compact sentence that front-loads the primary action ('Verifies') and then lists specific return fields. Every word contributes value, with no filler or redundancy.

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?

With no output schema, the description should clarify the return structure. It lists the geolocation fields (city, country, region, ASN, network) but does not specify whether a verification result (e.g., boolean) is also returned or what happens for non-Akamai IPs. The statement is somewhat ambiguous.

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 schema description for ipAddress ('The IP address to verify and locate') already covers the parameter's purpose with 100% coverage. The tool description adds no additional meaning beyond restating the same function, so it meets the baseline but does not elevate it.

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 a specific action: 'Verifies whether an IP address belongs to the Akamai edge network' followed by 'returns its geolocation details'. This distinguishes it from sibling tools like verify_edge_ip (likely just verification) and locate_ip (likely just location) by combining both capabilities in one tool.

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 gives no guidance on when to use this tool versus alternatives. It does not mention that it combines verification and location, nor does it exclude use cases where only one function is needed, such as saying 'Use verify_edge_ip if you only need membership verification'.

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/amankrokx/mcp-connector-for-akamai'

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