Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_asset_firewall_groups_id

Retrieve firewall group details by ID from ConnectSecure. Get the configuration and data for a specific firewall group.

Instructions

Retrieve firewall group Calls GET /r/asset/firewall_groups/{id}. 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.3/5.0
Behavior2/5

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

No annotations are present, so the description carries the full behavioral disclosure burden. It indicates a read operation ('Retrieve') and the HTTP method (GET), but does not disclose authorization needs, error behavior, pagination limits, or other operational traits. This is sparse for a tool with no annotation safety hints.

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?

A single sentence that front-loads the operation ('Retrieve firewall group') and immediately provides the endpoint. Every clause carries relevant information without redundancy, making it efficient and easy to scan.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple GET-by-ID tool, the description covers the basic mechanics of where to place parameters and mentions the output is a retrieve. With an output schema present, return values need not be explainedchers, but the description is thin on prerequisites (e.g., authentication), error responses, and the distinction from the list variant. It is adequate but not thorough.

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?

Schema description coverage is 0%, and the description provides some compensation by explaining the role of each parameter container: path_params for IDs, query for filters/pagination, headers for request headers. However, it does not specify concrete parameter names, formats, or required vs optional fields, leaving the agent to guess the exact keys.

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 states a clear verb ('Retrieve') and resource ('firewall group'), and includes the endpoint path with {id}, indicating it fetches a specific group. It does not explicitly contrast with the list sibling get_r_asset_firewall_groups, but the path and naming make the distinction apparent.

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

Usage Guidelines3/5

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

The description gives placement guidance ('route IDs in path_params, filters and pagination in query, and any required request headers in headers') but does not state when to choose this tool over the list version or any alternative. Context implies use when a specific ID is known, but no explicit exclusions or alternatives 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