Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_report_queries_azure_licenses

Retrieve Azure license report data by specifying route IDs, filters, pagination, and headers to query the ConnectSecure API.

Instructions

Retrieve azure licenses Calls GET /report_queries/azure_licenses. 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.3/5.0
Behavior2/5

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

No annotations are provided, so the description bears full responsibility. 'Retrieve' implies a read-only operation, but the description does not explicitly state safety, authentication requirements, rate limits, or response characteristics. The brief instruction on parameter placement is the only behavioral hint.

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

Conciseness5/5

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

Two sentences, front-loaded with the main purpose. No redundant explanation; the endpoint specification is directly useful and every clause contributes to understanding the call structure.

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

Completeness3/5

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

The output schema is present, so return types are covered, but the description leaves gaps: it does not clarify which route IDs are valid, what filters/pagination options exist, or whether body is ever needed. For a tool among hundreds of similar GETs, more contextual cues would help selection.

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 provides no property descriptions (0% coverage). The description partially compensates by mapping path_params to route IDs, query to filters/pagination, and headers to request headers, but it omits body and leaves exact parameter names and formats unspecified.

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

Purpose5/5

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

States the operation as 'Retrieve azure licenses' and explicitly names the endpoint `GET /report_queries/azure_licenses`, making the resource and action unambiguous even among many sibling report-query tools. The verb and resource are specific, and the endpoint fully disambiguates it from other report queries.

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?

Does not provide guidance on when to use this tool over alternatives. It only describes how to construct the request but omits conditions like 'use this for Azure license reporting' or exclusions for overlapping report queries. The agent is left to infer selection based on the resource name alone.

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