Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_asset_asset_installed_drivers_id

Retrieve installed drivers for a specific asset by ID to identify driver details and support vulnerability assessment. Use path parameters to specify the asset and query filters to refine results.

Instructions

Retrieve asset installed driver Calls GET /r/asset/asset_installed_drivers/{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 carries the burden of behavioral disclosure. It conveys a read-only GET retrieval, but does not mention auth expectations, response shape, error behavior, or any side effects. It is minimally transparent for a simple retrieval operation but adds little beyond the HTTP method and parameter placement.

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 short sentences with no filler. The endpoint and action are front-loaded, and the parameter placement guidance is compact and immediately actionable.

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

Completeness4/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 with an output schema present, the description covers the endpoint, where to put path params, query parameters, and headers. It doesn't discuss the body parameter or when to use the list variant, but the core invocation details are sufficient for an agent to make a correct call.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% and all parameters are generic object containers, so the description's guidance is valuable: it maps path_params to route IDs, query to filters/pagination, and headers to required request headers. It does not enumerate specific filter keys, but given the open-ended schema, it compensates for most of the 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 clearly states the operation ('Retrieve asset installed driver') and identifies the exact endpoint with an {id} placeholder, so an agent knows it is a detail-by-ID read. It does not explicitly contrast itself with the sibling get_r_asset_asset_installed_drivers, so differentiation is implied rather than stated.

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 mechanical invocation guidance ('Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers') but no guidance on when to choose this tool over the non-{id} sibling or any other lookup. There is no when/when-not context or alternative 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