Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_asset_firewall_zones

Fetch firewall zones for specified routes using ConnectSecure's asset API. Provide route IDs, filters, pagination, and headers to retrieve zone data for vulnerability management and reporting.

Instructions

Retrieve firewall zones Calls GET /r/asset/firewall_zones. 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
Behavior3/5

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

With no annotations, the description only says 'Retrieve' and 'Calls GET', indicating a read-only, paginated list operation. It does not disclose authentication requirements, endpoint-specific limitations, or behavior on missing route IDs, and 'any required request headers' is a placeholder rather than a concrete disclosure.

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 compact sentences with no filler; the endpoint and parameter placement are front-loaded. It is appropriately sized for the amount of information it provides.

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 tool with four generic free-form params and no annotations, this is incomplete: exact path/query/header fields still cannot be constructed from the description. Output schema may cover return values, but the input contract lacks the specifics an agent needs to make a correct call.

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 has four untyped generic objects and 0% description coverage. The description maps path_params to route IDs and query to filters/pagination, but gives no concrete parameter names, allowed filter keys, or pagination syntax; the body parameter is not mentioned.

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?

Clearly identifies the action as retrieving firewall zones and gives the exact endpoint. It does not explicitly contrast with sibling get_r_asset_firewall_zones_id, so it is clear but not differentiated.

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?

Tells the agent where to put route IDs, query filters/pagination, and headers, which is useful request-shaping guidance. It does not state when to choose this tool over the many sibling get_r_asset_firewall_* variants or when not to use it.

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