Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_asset_ciphers_view_id

Retrieve cipher view details for an asset by ID, with query filters, pagination, and custom headers.

Instructions

Retrieve cipher view Calls GET /r/asset/ciphers_view/{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 carry behavioral transparency; stating 'Retrieve' and `GET` gives a reasonable read-only signal. It does not disclose authentication expectations, header requirements beyond vague 'any required', or potential request limits, but the operation itself is simple enough that the core behavior is not hidden.

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 with no filler: the purpose appears first, then the parameter routing guidance. The minor grammar awkwardness around 'Calls' does not outweigh the efficient, front-loaded structure.

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 output schema covers return values, so the description is not required to document them. The main invocation paths are explained at least superficially, but the generic containers, lack of annotations, and absence of specific query or path field details leave the description only minimally adequate for safe autonomous use.

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 add meaning by mapping IDs to `path_params`, filters/pagination to `query`, and headers to `headers`. It stays generic, however, with no concrete parameter names, query field format, or explanation of the `body` parameter, so it only partially compensates.

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 ('cipher view'), and reinforces it with the exact endpoint `GET /r/asset/ciphers_view/{id}`. It is clear, but it does not explicitly differentiate itself from the nearby sibling `get_r_asset_ciphers_view` or explain that this is the by-ID variant.

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 invocation guidance: put route IDs in `path_params`, filters and pagination in `query`, and required headers in `headers`. However, it never says when an agent should choose this tool over an alternative or when not to use it, so the selection guidance is only implied.

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