Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_report_queries_system_events_view

Retrieve system events for reporting by calling the system events view endpoint with route IDs, filters, pagination, and headers.

Instructions

Retrieve system events view Calls GET /report_queries/system_events_view. 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

B3.2/5.0
Behavior3/5

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

With no annotations provided, the description carries the transparency burden. It communicates that this is a read-only 'Retrieve' operation backed by a GET request and mentions pagination, which gives some behavioral context. However, it leaves required headers unnamed and does not state auth needs, rate limits, or what the returned view represents.

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?

The description is short and front-loaded with the operation and endpoint in the first sentence. The subsequent sentences are formulaic but each earns its place by clarifying parameter placement; there is no wasted wording.

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 the extremely generic input schema and complete lack of annotations, the description is too thin to fully support correct invocation. It does not describe what a 'system events view' contains, which route IDs are valid, what filters and pagination parameters are accepted, or how this endpoint differs from its many report-query siblings. The output schema helps with return shape but not with invocation context.

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?

The schema has 0% description coverage and generic object parameters, so the description compensates meaningfully by mapping path_params to route IDs, query to filters and pagination, and headers to required request headers. It does not list specific filter fields or explain the body parameter, but for a schema this generic it provides essential orientation.

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 clearly states the operation ('Retrieve system events view') and the exact endpoint (`GET /report_queries/system_events_view`), which makes the primary purpose understandable. However, it does not explicitly distinguish this tool from closely related siblings such as get_report_queries_system_events_view_ticketid or get_report_queries_event_stats.

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 provides no guidance on when to use this tool versus alternatives, and it does not mention prerequisites or edge cases. It only explains how to place parameters into the request containers, not when this system events view is the right choice.

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