Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_asset_firewall_groups

Retrieve firewall groups for assets using route IDs, query filters, and headers. Returns group details for vulnerability management and reporting.

Instructions

Retrieve firewall groups Calls GET /r/asset/firewall_groups. 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.9/5.0
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 of behavioral disclosure. It does communicate read-only semantics through 'Retrieve' and 'GET', but it does not mention authentication requirements, rate limits, pagination behavior, or other call consequences. For a tool with zero annotation support, this is minimal transparency.

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 endpoint. The second sentence is efficient but reads like a generic REST wrapper template that could apply to many tools, slightly reducing its value.

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?

For a simple collection GET with an output schema, the basics are present, but with no annotations and an open `additionalProperties` query schema, the description should provide more: supported filters, pagination parameter names, and when to use the `_id` sibling. As written, an agent cannot reliably construct valid query parameters from the description alone.

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 has 0% description coverage, so the description must compensate. It does map `path_params` to route IDs, `query` to filters/pagination, and `headers` to required request headers, which adds some meaning. However, the guidance is generic boilerplate, and the endpoint path has no visible route ID placeholders, making the 'route IDs' instruction questionable and leaving specific filter and pagination parameter names undocumented.

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 action ('Retrieve firewall groups') and names the exact endpoint (`GET /r/asset/firewall_groups`), so an agent can identify the resource and operation. It is implicitly distinct from the sibling `get_r_asset_firewall_groups_id` as a collection-level GET, though it does not explicitly call out that distinction.

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 gives no guidance on when to choose this tool over siblings such as `get_r_asset_firewall_groups_id` or other `firewall_*` resources. It only explains how to structure the call, not when it is the right tool. Selection must be inferred from the name and endpoint rather than from explicit usage criteria.

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