Skip to main content
Glama
KratosUAE

WAF MCP Server

by KratosUAE

waf_top_ips

Identify the most active attacking IPs by retrieving top sources with hit counts, geographic location, and last seen timestamp within a specified time window.

Instructions

Top attacking IPs with hit counts, geo info, and last seen timestamp. Use to identify most active sources.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoNumber of top IPs to return (default 10)
sinceNoTime window for log search (e.g. '1h', '24h', '7d'). Default: 24h24h
Behavior3/5

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

Discloses return data (hit counts, geo, last seen). With no annotations, it covers basic behavior but omits any constraints like rate limits or data freshness.

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 sentences with no filler. Every word adds value: field enumeration and usage hint.

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 list tool with no output schema, description adequately explains what is returned and the core purpose. Lacks any behavioral caveats, but sufficient for basic use.

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?

Schema provides full coverage (100%) with descriptions for count and since. Description adds no extra meaning beyond the schema.

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?

Description clearly states it returns top attacking IPs with hit counts, geo info, and last seen timestamp. Distinguishes from siblings like waf_events_by_ip by focusing on aggregated top sources.

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?

Provides a clear use case: 'Use to identify most active sources.' But does not exclude alternative siblings or specify when not to use.

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/KratosUAE/waf_mcp'

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