Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_asset_firewall_rules

Retrieve firewall rules for specific asset routes to identify and address security configurations. Use route IDs and filters to get targeted rule details for vulnerability assessment.

Instructions

Retrieve firewall rules Calls GET /r/asset/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

C2.7/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, but it only says 'Retrieve' and 'GET', which implies a read-only operation. It does not disclose pagination behavior, response shape, required authentication, rate limits, or whether any side effects occur. This is thin for a networked GET endpoint.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded with the core action, and it avoids irrelevant detail. The phrasing is slightly awkward ('Retrieve firewall rules Calls') and the second sentence is generic, but there is no padding or repetition, so conciseness is good despite thin 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?

Given zero schema coverage, no annotations, and only a generic input schema, the description is not sufficient for correct invocation. An agent still does not know which query parameters are valid, what route IDs are expected, what the response contains, or how pagination works. The output schema may help, but the call-construction guidance is materially incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the schema only exposes generic body/query/headers/path_params objects, so the description must compensate. It vaguely mentions route IDs, filters, pagination, and headers, but never names the actual query parameters or clarifies what 'route IDs' means for an endpoint whose path appears to contain no route parameters. This leaves the agent guessing about concrete parameter values.

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 operation ('Retrieve firewall rules') and gives the exact endpoint, so an agent knows what resource is being accessed. It does not explicitly contrast with evident siblings like get_r_asset_firewall_rules_id or get_report_queries_asset_firewall_rules, but the plural resource and endpoint are specific enough to orient an agent.

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 says where to place arguments ('route IDs in path_params, filters and pagination in query...') but provides no guidance on when to choose this tool over the many sibling list/detail/report tools. There are no exclusions, prerequisites, or selection criteria, so an agent cannot decide between this and comparable firewall-rule retrieval tools.

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