Skip to main content
Glama
mikesplore
by mikesplore

get_network_location

Read-onlyIdempotent

Retrieve your public IP address and its geographic location, including city, region, country, timezone, ISP, and coordinates.

Instructions

Public IP with geo-location: city, region, country, timezone, ISP, coordinates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive, so the safety profile is fully covered. The description adds output scope but no additional behavioral context such as whether an external network request is made or whether results could be unavailable.

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 front-loaded sentence conveys the complete output field list with no filler or redundant wording. Every word earns its place.

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 zero-parameter read-only tool, the description adequately lists the returned information. It lacks an explicit return format or caveats about external network dependencies, but the annotations plus output-field enumeration are sufficient for straightforward invocation.

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?

The tool has zero parameters, so the input schema carries no burden and the description need not explain parameter meaning. The description adds nothing about parameters, but nothing is required.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource (public IP) and the value it returns (city, region, country, timezone, ISP, coordinates). It implicitly differentiates from the sibling get_network_ip by adding geo-location details, but it does not explicitly name or contrast that alternative.

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?

The intended use is implied: call this when you need the geo-location and ISP details of the public IP. However, there is no explicit when-to-use/when-not-to-use guidance and no mention of how it compares to get_network_ip or other network tools.

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

Deploy Server

Other Tools