Skip to main content
Glama
KratosUAE

WAF MCP Server

by KratosUAE

waf_top_rules

Identify dominant attack patterns by retrieving the most frequently triggered WAF rules with severity and descriptions.

Instructions

Most frequently triggered WAF rules with severity and description. Use to identify dominant attack patterns.

Input Schema

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

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

No annotations are provided, so the description carries full responsibility. It mentions the output includes severity and description but does not disclose whether the operation is read-only, if any side effects occur, or if special permissions are needed. This is inadequate for a tool with no annotations.

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?

The description is a single sentence that is concise and front-loaded, effectively communicating the tool's purpose and usage. Every word is meaningful and there is no extraneous information.

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 two parameters and no output schema, the description is largely complete. It explains what the tool returns and its use case. A small improvement could be mentioning the output format or that it returns a list, but it is already sufficient.

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 input schema has 100% coverage with descriptions for both parameters (count and since). The tool description does not add any additional parameter semantics beyond what the schema already provides, so it meets the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool returns the most frequently triggered WAF rules with severity and description, which is a specific verb+resource combination. It distinguishes itself from siblings like waf_top_ips and waf_event_detail by focusing on rules and attack patterns.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use to identify dominant attack patterns,' providing a clear context for when to use this tool. While it does not list alternatives or when not to use, it gives sufficient guidance for typical use cases.

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