Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_report_queries_remediated_registry_solution_plan

Retrieves remediated registry solution plan reports by route ID, applying filters and pagination to address security findings.

Instructions

Retrieve records Calls GET /r/report_queries/remediated_registry_solution_plan. 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

C2.4/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden. It reveals that this is a GET-style read operation and hints at parameter placement, but it does not disclose pagination behavior, authentication needs, required route ID format, or any constraints around the response. The behavioral context is too thin to call this tool confidently.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loads the action, but it is awkwardly worded ('Retrieve records Calls GET...') and lacks the structural clarity needed to make the instructions easy to parse. Conciseness is acceptable, but polish is lacking.

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

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with four opaque parameters, no annotations, and zero schema descriptions, the description is far from complete. It explains where parameters go but not what values are valid, which route IDs are expected, or how the endpoint behaves. The presence of an output schema does not offset the input-side ambiguity.

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

Parameters2/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 adds only high-level roles: path_params for route IDs, query for filters/pagination, headers for request headers. It never names actual route IDs, filter fields, or pagination parameters, so an agent still cannot construct correct arguments.

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

Purpose3/5

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

The description states a verb ('Retrieve records') and names the exact endpoint, but gives no meaning for what a 'remediated registry solution plan' is. It is not a pure tautology because it adds the HTTP method and path, yet it does not establish what the returned records represent or how this differs from the many sibling report-query tools.

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?

No guidance is given on when to use this tool versus any of the numerous sibling report-query tools. The only instructions concern where to place parameters (path_params, query, headers), not the conditions that should lead an agent to select this tool.

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