Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_report_queries_remediation_velocity_application

Retrieve remediation velocity report data for applications by specifying route IDs, filters, and pagination to track vulnerability remediation progress.

Instructions

Retrieve records Calls GET /r/report_queries/remediation_velocity_application. 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.8/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 behavioral burden. It discloses that this is a GET/retrieve operation, but that is largely restating the tool name and HTTP method. It does not describe response behavior, required authorization, error conditions, pagination defaults, or any side-effect-relevant details. For a tool with zero annotations, this is under-transparent.

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 avoids filler, but it is structurally awkward—'Retrieve records Calls `GET ...`' reads like two thoughts merged without punctuation. It front-loads the key action and endpoint but could be organized more cleanly.

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?

Given generic parameter schemas, no annotations, and a large sibling set, the description is insufficiently complete. It leaves unclear which route IDs are valid, what filters/pagination keys are supported, and what the report actually represents. The presence of an output schema reduces the need to describe return values, but invocation semantics remain too vague for confident correct 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?

The schema has 0% coverage and only generic object containers, so the description adds meaningful value by assigning roles: path_params for route IDs, query for filters/pagination, headers for request headers. However, it does not enumerate any actual route IDs, filter names, or required headers, so it only partially compensates for the schema's lack of specificity.

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 records') and pins the exact resource via the endpoint `GET /r/report_queries/remediation_velocity_application`. This distinguishes it from siblings at the HTTP level. However, it never explains what 'remediation velocity application' means semantically, so the business purpose is only implied by the endpoint/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 gives mechanical invocation instructions—route IDs in path_params, filters/pagination in query, headers in headers—but says nothing about when to choose this tool over the many similar report-query siblings. No exclusions, conditions, or alternative tool references are provided; usage context is only implied by the resource name.

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