Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_asset_firewall_interfaces_id

Retrieve details of a specific firewall interface by its ID. Use this to query firewall interface data for an asset, with support for filters, pagination, and custom headers.

Instructions

Retrieve firewall interface Calls GET /r/asset/firewall_interfaces/{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

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 full burden. It does disclose that this is a GET call (implying read-only) and lists the parameter mapping, but it doesn't mention potential errors, authentication requirements, rate limits, or what happens if the ID is not found. This is minimal disclosure for a tool with zero annotation support.

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 sentences, no filler. The purpose is front-loaded, and the parameter mapping is stated efficiently. Every sentence contributes 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?

With an output schema present, the return format need not be described. But given no annotations and 0% schema description coverage, the description should provide enough to call correctly. It hints at parameter placement but lacks specifics like required path keys, acceptable query parameters, or whether headers are mandatory. This is inadequate for a tool that has four open-ended object parameters.

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%, so the description must compensate. It does explain the role of each parameter (path_params for route IDs, query for filters/pagination, headers for request headers), which adds meaning beyond the bare schema. However, it doesn't specify the exact keys or format for these objects, leaving ambiguity. This is partial compensation but not complete.

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 interface') and the specific resource ('firewall interfaces') with the endpoint including {id}. While it doesn't explicitly name the sibling get_r_asset_firewall_interfaces (which likely lists all), the inclusion of {id} and instruction to provide route IDs implies a single-resource retrieval, making the purpose clear and mostly distinguishable.

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 instructions on how to call (where to put path, query, headers) but provides no guidance on when to use this tool versus the sibling get_r_asset_firewall_interfaces or other firewall-related tools. No exclusions or alternative conditions are mentioned.

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