Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_report_queries_system_events_view_ticketid

Retrieve system events for a ticket ID using route parameters, with filters and pagination for reporting queries.

Instructions

Retrieve system events view Calls GET /report_queries/system_events_view_ticketid. 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.9/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 and does disclose a read-only GET operation through 'Retrieve' and 'Calls GET'. It does not mention authentication requirements, pagination defaults, rate limits, or error behavior, but for a simple GET the method disclosure provides a basic behavioral signal.

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

Conciseness4/5

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

Two sentences with no filler; the endpoint and parameter roles are front-loaded. The awkward phrasing 'Calls GET' and the vague 'any required request headers' prevent a perfect score, but the structure is appropriately compact.

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?

In a large sibling set, the description does not specify required path parameters, query parameter names, pagination details, or how this differs from get_report_queries_system_events_view. The output schema covers return shape, so the missing detail is in request construction and selection guidance.

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?

The schema parameters are generic unannotated objects with 0% description coverage, so the description must compensate. It maps path_params to route IDs and query to filters/pagination, but it names no concrete keys, omits body entirely, and leaves the agent unable to construct a precise request.

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?

Clearly states the action ('Retrieve') and the resource ('system events view'), and it identifies the exact endpoint via 'Calls GET /report_queries/system_events_view_ticketid'. However, it does not explain what the ticketid suffix represents or differentiate this from the close sibling get_report_queries_system_events_view.

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?

Provides parameter-placement instructions but no guidance on when to choose this tool over alternatives such as get_report_queries_system_events_view. Selection context must be inferred from the tool name, and no exclusions or alternative routing are mentioned.

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