Skip to main content
Glama
labeveryday
by labeveryday

asn_lookup

Identify the ASN and prefix for a given IP address using BGP origin data.

Instructions

Lookup origin ASN for an IP address (BGP origin intel).

Use this to quickly identify the ASN and prefix associated with an external IP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYes
timeoutNo
Behavior3/5

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

No annotations are provided, so the description must carry the behavioral burden. It mentions it is for 'external IP' and 'BGP origin intel,' implying it is a read-only lookup on public data. However, it does not disclose potential failure modes (e.g., private IPs) or rate-limiting behaviors.

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 extremely concise with no wasted words, fitting the purpose, usage, and result into two short sentences.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no output schema and no schema descriptions, the description is too sparse. It omits details like the return format, parameter semantics, and any edge cases, making it incomplete for an agent to reliably invoke.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description adds no additional meaning to parameters. It does not explain the format of 'ip' or the unit of 'timeout', leaving the agent without guidance beyond the parameter names.

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 states the tool looks up the origin ASN for an IP address, specifically identifying the ASN and associated prefix. It is a specific verb+resource, though it does not explicitly distinguish from siblings like rdap_lookup.

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 description provides usage context ('quickly identify ASN and prefix for external IP') but lacks when-not-to-use guidance or alternatives among siblings.

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/labeveryday/network-mcp'

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