Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_report_queries_ufw_firewall_rules

Retrieve UFW firewall rules for security auditing. Provide route IDs, filters, and pagination to fetch targeted rule data.

Instructions

Retrieve ufw firewall rules Calls GET /report_queries/ufw_firewall_rules. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
queryNo
headersNo
path_paramsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations exist, so the description carries the full burden. It implies a read-only GET, but does not disclose return behavior, required header specifics, error handling, or pagination details. This is minimal disclosure beyond the HTTP method.

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 concise sentences with the purpose and endpoint front-loaded. The parameter guidance is brief and to the point, with no redundant or filler content.

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?

An output schema is present, so return format is covered. However, the instruction to provide route IDs in path_params is potentially misleading for a collection endpoint that appears not to take an ID. The description does not clarify whether path_params is optional or empty, what filters are available, or what headers may be required. An agent could easily misconstruct the request.

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 schema is fully generic (0% coverage), so any meaning must come from the description. It partially compensates by mapping path_params to route IDs, query to filters/pagination, and headers to request headers. However, it is generic and does not specify which route IDs, filters, or headers are expected, and the body parameter is entirely unaddressed.

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 states 'Retrieve ufw firewall rules' with a specific verb and resource, and provides the exact GET endpoint. This clearly distinguishes it from sibling report-query tools by the resource type, even without explicit sibling differentiation.

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?

Description gives parameter placement instructions but no guidance on when to use this tool versus alternatives like get_r_asset_firewall_rules or other get_r_report_queries_* tools. No conditions, exclusions, or selection criteria are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools