Skip to main content
Glama

spvn-tech-ip-geolocation-and-asn-lookup-api

Get Location Details by IP

post_api_geo_get_location_details_by_ip

Retrieve detailed geolocation information for an IPv4 or IPv6 address, including country, city, state, latitude, longitude, timezone, ASN, ISP/organization, and metadata. Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoJSON request body. Example: {"ip":"8.8.8.8"}

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It adds useful context such as 'Billing per call: 1 Credits' and lists the returned fields, but it does not mention whether the operation is read-only, any authentication requirements, error handling, or rate limits. This is moderate transparency but not comprehensive.

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 informative sentence followed by a separate billing note. It is concise, front-loaded with the core purpose, and contains no redundant or filler text.

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?

For a simple tool with one parameter, no output schema, and no annotations, the description provides a good list of return fields and billing information. It lacks edge-case behavior (e.g., invalid IPs) but is reasonably complete for the tool's simplicity. The absence of an output schema is partially compensated by listing expected data fields.

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 input schema already describes the single 'body' parameter with an example JSON ({"ip":"8.8.8.8"}). The description adds no additional parameter semantics beyond the schema, so the baseline of 3 applies given the high schema coverage.

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 the tool retrieves detailed geolocation information for an IPv4 or IPv6 address, listing the specific fields (country, city, state, latitude, longitude, timezone, ASN, ISP/organization, metadata). The verb 'Retrieve' and resource are explicit, making the purpose unambiguous and distinct from potential sibling tools.

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?

No sibling tools or alternatives are mentioned, so there is no explicit when-to-use vs. alternative guidance. The description implies usage for IP geolocation lookup but lacks explicit exclusions or prerequisites. It is clear enough but does not provide strong usage differentiation.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

With only one tool, there is no possibility of confusion; its purpose is singular and clearly defined.

Naming Consistency5/5

The single tool name follows a readable verb_noun structure ('get_location_details_by_ip'), and there are no other names to create inconsistency.

Tool Count3/5

One tool is on the thin side, but it aligns directly with the server's narrow scope of IP geolocation and ASN lookup. It feels minimally sufficient rather than over- or under-built.

Completeness5/5

For a read-only lookup API, the tool covers the full set of expected data points: location, timezone, ASN, ISP, and metadata. No obvious missing operation is implied by the stated domain.

Resources