Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_asset_asset_security_report_data_id

Retrieve asset security report data by ID, enabling access to vulnerability details and assessment results for a specific asset.

Instructions

Retrieve asset security report datum Calls GET /r/asset/asset_security_report_data/{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.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden, but it only restates that this is a GET/retrieve operation and the endpoint. It does not disclose authentication needs, error behavior, pagination defaults, or any restrictions, so an agent gets little behavioral context beyond the obvious read-only nature.

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?

Two short sentences convey the action, endpoint, and parameter placement with no filler. It is efficient, though slightly repetitive with the endpoint embedded in the description.

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?

The description is minimally viable for a single-resource GET call: it identifies the endpoint and tells the agent where to supply the ID, query, and headers. The output schema covers return values, but the description still lacks exact parameter names, body handling, and any caveats, so it is adequate with clear gaps.

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 coverage is 0% and all four parameters are generic containers. The description adds some meaning by mapping path_params to route IDs, query to filters/pagination, and headers to required request headers, but it does not name the actual query/filter keys or the path parameter key, leaving significant ambiguity.

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 action ('Retrieve') and resource ('asset security report datum'), and gives the exact endpoint path with the {id} placeholder. It is not a tautology, but it does not explicitly differentiate this from the sibling collection endpoint get_r_asset_asset_security_report_data, so it stops short of a 5.

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 practical guidance on where to place parameters (route IDs in path_params, filters/pagination in query, required headers in headers), which implies when it should be used. However, it does not state any alternatives or exclusion conditions relative to the many sibling report tools.

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