Skip to main content
Glama

Presend MCP Server

ip_reputation

IP reputation check (Spamhaus DROP)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYes

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?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions the data source (Spamhaus DROP), which is useful, but does not state whether the operation is read-only, what the return format is, or any rate limits or authentication requirements. This leaves significant behavioral gaps for a lookup tool.

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

Conciseness2/5

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

The description is a single short phrase, which is front-loaded but severely under-specified rather than concise. It omits essential details that would help an agent invoke the tool correctly. This is more a case of inadequate brevity than efficient structure.

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 absence of annotations, output schema, and schema parameter descriptions, the description is incomplete for an agent to use the tool confidently. It does not explain what the reputation check returns, how to interpret results, or what 'Spamhaus DROP' implies. For a simple lookup tool, more context is still needed.

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?

There is one required parameter ('ip') with 0% schema description coverage, and the description adds no meaning beyond the parameter name. It does not explain the expected format, whether IPv4 or IPv6 is supported, or any constraints. The description fails to compensate for the missing schema documentation.

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 verb ('check') and resource ('IP reputation') and names the data source (Spamhaus DROP). This distinguishes it from sibling tools like url_reputation, though it does not explicitly call out the separation. An agent can tell what the tool does without opening the schema.

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 gives no guidance on when to use this tool versus alternatives such as ip or url_reputation. There is no mention of prerequisites, context, or exclusions. Usage is only implied by the phrase 'reputation check'.

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.