Skip to main content
Glama
egoughnour
by egoughnour

firewall_list_patterns

Retrieve patterns from blacklist or delta collections to identify and block dangerous code structures using syntax tree analysis.

Instructions

List patterns in the blacklist or delta collection.

Args: collection_name: "blacklist" or "deltas" limit: Maximum number of patterns to return

Returns: {"patterns": [...], "count": int}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collection_nameNoblacklist
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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. It mentions the return format but lacks critical behavioral details such as whether this is a read-only operation, if it requires authentication, how it handles errors, or if there are rate limits. For a tool with no annotation coverage, this is insufficient.

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 highly concise and well-structured: a clear purpose statement followed by formatted sections for Args and Returns. Every sentence earns its place, with no wasted words, making it easy to scan and understand quickly.

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?

Given the tool's low complexity, 2 parameters, no annotations, but an output schema provided, the description is reasonably complete. It covers purpose, parameters, and return values, though it could improve by adding behavioral context like safety or usage guidelines relative to siblings.

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?

The description adds meaningful context beyond the input schema, which has 0% coverage. It explains that 'collection_name' accepts 'blacklist' or 'deltas' and 'limit' specifies the maximum number of patterns, clarifying usage that the schema alone doesn't provide. With 2 parameters and low schema coverage, this compensates well.

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 verb 'List' and the resource 'patterns in the blacklist or delta collection', making the purpose specific and understandable. However, it doesn't explicitly differentiate from sibling tools like 'firewall_blacklist' or 'firewall_record_delta', which might have overlapping functionality, preventing a perfect score.

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 provides no guidance on when to use this tool versus alternatives. With siblings like 'firewall_blacklist' and 'firewall_record_delta' that might handle similar collections, there's no indication of context, prerequisites, or exclusions, leaving usage ambiguous.

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/egoughnour/code-firewall-mcp'

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