Skip to main content
Glama

Aggressive

aggressive
Read-onlyIdempotent

Full aggressive blocklist (includes older + lower-confidence IPs).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipsYesList of IPv4 addresses from aggressive feed
totalYesTotal number of IPs in the aggressive blocklist
sourceYesSource identifier (always 'aggressive')

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / examples
      Added value: +[
      +  {}
      +]
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "ips": {
      +      "description": "List of IPv4 addresses from aggressive feed",
      +      "items": {
      +        "description": "IPv4 address",
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "source": {
      +      "description": "Source identifier (always 'aggressive')",
      +      "type": "string"
      +    },
      +    "total": {
      +      "description": "Total number of IPs in the aggressive blocklist",
      +      "type": "number"
      +    }
      +  },
      +  "required": [
      +    "source",
      +    "total",
      +    "ips"
      +  ],
      +  "type": "object"
      +}
  2. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, destructiveHint. The description adds that the blocklist includes older and lower-confidence IPs, which is useful behavioral context beyond the annotations. No contradictions.

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?

Single sentence that is front-loaded with key information. No wasted words.

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 simple tool with no parameters and an output schema, the description is fairly complete. It could hint at the output format, but the output schema likely handles that.

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?

No parameters exist, so schema coverage is 100%. The description adds no parameter information, but given zero parameters, the baseline score of 4 applies.

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 specifies the tool returns the full aggressive blocklist including older and lower-confidence IPs, which clearly identifies the resource. However, it lacks a verb like 'returns' or 'gets', making it slightly less direct. It distinguishes from sibling tools like 'check_ip' which checks single IPs, but not explicitly.

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?

No guidance on when to use this tool versus alternatives like 'check_ip', 'list', or 'recent_alerts'. The description does not provide context for when the aggressive blocklist is 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.