Skip to main content
Glama

ip_reputation

Read-only

Check an IP address reputation against 100+ real-time blocklists (DNSBLs). Returns listing status, threat categories, AS info, and blocklist details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYesIPv4 or IPv6 address to check (e.g., 8.8.8.8, 2001:4860:4860::8888)

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds useful context about the 100+ DNSBLs and the return types (listing status, threat categories, AS info), but does not disclose any potential latency, data freshness, or rate limits.

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?

Two concise sentences front-load the core purpose and return values. No wasted words; every clause adds value.

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?

With only one parameter and no output schema, the description covers the key return elements (listing status, threat categories, AS info, blocklist details). It lacks any note on possible delays or error cases, but for a simple read-only lookup, it is reasonably complete.

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 already fully describes the single parameter 'ip' with examples and a clear description (100% coverage). The tool description does not add any additional parameter semantics beyond what the schema provides.

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 checks an IP address reputation against DNSBLs, with a specific verb and resource. However, it does not distinguish itself from sibling tools like ip_blocklist_check or ip_threat_intel, which likely overlap in function.

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?

There is no guidance on when to use this tool versus alternatives. The description does not mention any exclusions, prerequisites, or contexts where a different tool would be more appropriate.

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

B3.4/5.0
Disambiguation2/5

Several tools overlap heavily, e.g., ip_blocklist_check, ip_reputation, and ip_threat_intel all provide IP threat/blocklist data, while domain_reputation, domain_blocklist_check, and domain_ranking overlap on domain reputation. This creates ambiguity in tool selection.

Naming Consistency2/5

Tool names follow no single convention. Some use domain prefixes (domain_*, ip_*), others use lookup_* or reverse_lookup_* prefixes, and a few are standalone (ping, registered_domain). The mixed styles make it hard to predict the name for a given operation.

Tool Count2/5

With 46 tools, the server is heavily oversized. It spans many unrelated areas (Bitcoin, Lightning, DNS, IP, MAC, email), making the toolset unwieldy for agents to navigate and choose from efficiently.

Completeness4/5

The toolset is remarkably complete for a network intelligence and lookup service, covering ASN, IP, domain, DNS, Bitcoin, and Lightning with a wide range of query types, including historical reverse lookups. Minor gaps like missing domain WHOIS or IP CIDR calculation are not significant.

Resources