Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_asset_asset_windows_reboot_required_id

Fetch details for a specific asset by ID to check if a reboot is required. Use this endpoint to retrieve reboot status information for Windows assets.

Instructions

Retrieve asset window reboot required Calls GET /r/asset/asset_windows_reboot_required/{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.9/5.0
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It states the HTTP method GET, implying a read-only operation, but does not explicitly disclose safety, authentication requirements, or error behavior. The mention of 'any required request headers' is vague and does not specify which headers are needed.

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?

Single sentence plus endpoint reference, front-loaded with the action and resource. No unnecessary words, directly states the call and parameter locations.

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?

Output schema exists, so return values are covered. The description provides endpoint and parameter placement, but lacks explicit usage distinctions from the list endpoint and does not mention required authentication or error handling. For a simple GET by ID, it is adequate but not exhaustive.

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 has 0% description coverage, so description must clarify parameter usage. It explains that path_params should contain route IDs, query for filters and pagination, and headers for request headers. This compensates for the generic schema objects, though it does not enumerate specific filter or pagination parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States the specific verb 'Retrieve' with a clear resource 'asset window reboot required' and indicates a single item by ID via the endpoint with {id}. The _id suffix in the tool name and path clearly distinguish it from the list sibling get_r_asset_asset_windows_reboot_required, which presumably retrieves all records.

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?

Does not explicitly mention when to use this versus the list sibling. However, the instruction to provide route IDs in path_params implies a targeted retrieval, and the endpoint with {id} differentiates it from the list endpoint. It does not name alternatives or exclusions, so guidance is implied rather than explicit.

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