Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_report_queries_problem_group_summary

Retrieve problem group summaries for reporting by providing route IDs and optional filters to identify recurring issues across assets, aiding vulnerability management and assessment analysis.

Instructions

Retrieve records Calls GET /r/report_queries/problem_group_summary. 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.5/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions the HTTP method (GET) and where to place parameters, but it does not describe the return format, error behavior, side effects, or any constraints. This is insufficient for a tool without annotation support.

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 concise but poorly structured: 'Retrieve records Calls GET ...' is grammatically awkward and not front-loaded with the most important information. It could be clearer and better organized, though it is brief.

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 that the tool has an output schema and is one of many similar report queries, the description is incomplete. It does not explain the nature of the summary, when to use it, or what the response contains. An agent would struggle to decide if this is the right tool without more context.

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 coverage is 0%, so the description must add meaning. It does clarify that path_params contain route IDs, query holds filters and pagination, and headers are for request headers—this is useful. However, it does not explain the specific parameters, their types, or their meaning, so the added value is limited to structural guidance.

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 says 'Retrieve records' and specifies the endpoint, which gives a general idea that it fetches data. However, it does not clarify what a 'problem group summary' is or what kind of records are returned, so the purpose is only vaguely conveyed and does not distinguish it from other 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?

There is no guidance on when to use this tool versus the many sibling report queries (e.g., problems_summary, problems_summary_global). The description only explains how to call the endpoint without any context about the use case or alternatives, leaving the agent to guess.

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