Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_asset_windows_protection_status_id

Fetch the Windows protection status for a specific asset by ID. Supply the asset ID in path parameters, use query parameters for filters and pagination, and include required headers.

Instructions

Retrieve window protection status Calls GET /r/asset/windows_protection_status/{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.4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does reveal the HTTP method (GET) and that it is a read operation, plus the URL pattern. However, it does not mention authentication requirements, rate limits, pagination behavior, or what a successful response contains, leaving meaningful gaps.

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 redundant wording. It compresses the action, exact endpoint, and parameter placement into the minimum possible space, and the action + endpoint are front-loaded.

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?

Given the output schema exists and the tool is a simple GET-by-ID, the description roughly suffices. The notable omissions are any mention of whether the body parameter is used, what filters/pagination keys are accepted, and explicitly framing this as the single-ID counterpart to the list sibling.

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 the parameters are generic open objects, so the description must compensate. It does meaningfully assign roles: path_params carries route IDs, query carries filters/pagination, and headers carries required headers. It stops short of enumerating possible query keys or filter syntax, but it provides the essential mapping beyond the schema.

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?

States a specific verb and resource: 'Retrieve window protection status' with the exact GET endpoint. However, it does not explicitly say 'by ID' or distinguish itself from the sibling get_r_asset_windows_protection_status, forcing the agent to infer the singular/detail semantics from the URL pattern and name.

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 tells the agent where to put parameters (path_params, query, headers) but not when to use this tool versus the sibling list variant. There is no mention of when to expect a single result, when an ID is required, or when this endpoint is preferred over other asset-related GETs.

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