Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_asset_firewall_license_id

Retrieve firewall license details by asset ID, using path parameters for the route ID while supporting filters, pagination, and custom headers in the request.

Instructions

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

A3.5/5.0
Behavior3/5

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

With no annotations, the description must convey behavioral traits. It does indicate a read-only GET operation, which implies no side effects. However, it does not mention authentication requirements, error behavior, or what happens if the ID is missing/invalid. The existence of an output schema reduces the need to describe return values, but other behavioral aspects are still undisclosed.

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?

The description is only two sentences and front-loads the core action and endpoint. The parameter placement instruction is valuable and concise, with no filler or repetition of the schema.

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 endpoint, parameter container roles, and implicitly the read-only nature. It is incomplete, though, because it does not specify the required path parameter key, mention whether body is needed, or clarify authentication prerequisites. The output schema existence helps, but the tool definition still lacks some operational context.

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 carries the burden of explaining the four generic parameters. It does map them to HTTP roles: route IDs in path_params, filters/pagination in query, headers in headers. However, it does not name the required path parameter (e.g., 'id') or any query parameters, so an agent still lacks concrete parameter details.

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 specific verb ('Retrieve') and resource ('firewall license') and includes the exact HTTP endpoint GET /r/asset/firewall_license/{id}. It is clear about the operation, but it does not explicitly distinguish itself from the sibling get_r_asset_firewall_license (which likely lists all licenses), so it misses a chance to differentiate.

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 useful invocation guidance: route IDs go in path_params, filters/pagination in query, and headers in headers. However, it never says when to prefer this tool over the non-id sibling or when not to use it; usage context is only implied by the {id} placeholder.

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