Skip to main content
Glama

osint-terminal

Asnlookup

asnlookup

ASN Lookup: ASN org/country/prefixes via RIPEstat

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

There are no annotations, so the description must carry the behavioral disclosure burden. It mentions 'via RIPEstat' as a data source, which hints at an external API call, but it does not disclose whether the operation is read-only, any rate limits, error behavior, or what happens for invalid inputs. For a lookup tool, this is a minimal but incomplete disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, which is concise and front-loaded with the core purpose. However, it is nearly redundant with the title and lacks necessary detail about the parameter and usage. It is appropriately short but not sufficiently informative to earn a higher score.

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?

Given the tool's low complexity (one parameter, no annotations) and the existence of an output schema, the description should cover parameter meaning and usage context. It does neither. It omits what 'q' expects and when to choose this tool over the many ASN-related siblings, leaving the definition incomplete for an agent to use reliably.

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?

The input schema has a single parameter 'q' with no description, and the schema description coverage is 0%. The tool description does not explain what 'q' represents (presumably an ASN number or query string). With zero coverage, the description was expected to clarify the parameter, but it does not, leaving the agent to infer its meaning.

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 states a clear purpose: looking up ASN information (org, country, prefixes) using RIPEstat. It names the specific resource and the data source, which is more informative than the bare title. However, it does not explicitly distinguish this from sibling tools like 'asn' or 'asnprefixes', leaving some ambiguity about when to prefer it.

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 provides no guidance on when to use this tool versus alternatives. It does not mention that it returns org/country/prefixes in a single call, nor does it compare to the many ASN-related siblings (asn, asnprefixes, asrank, etc.). An agent would have to guess which tool fits a specific query.

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.

Resources