Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_report_queries_ad_roles_member

Fetch ad role member data via ConnectSecure's report API. Specify route IDs, filters, and pagination to retrieve the exact role membership details needed for audits or access reviews.

Instructions

Retrieve ad roles member Calls GET /report_queries/ad_roles_member. 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
Behavior2/5

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

With no annotations, the description alone must disclose behavior; it notes the HTTP GET method and 'Retrieve', implying a read-only operation. It omits authentication expectations, rate limits, error behavior, and what the response contains, leaving most behavioral profile implicit.

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 is named up front and the parameter guidance is compact. The wording 'Retrieve ad roles member Calls' is slightly awkward, but the description wastes little space.

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?

For a generic REST wrapper with four unstructured parameters and no annotations, this describes the core call mechanics but leaves the semantics of 'ad roles member' and the exact required headers/filters under-specified. The presence of an output schema reduces the need to describe return values, but the description is still only minimally complete.

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's mapping of path_params to route IDs, query to filters/pagination, and headers to required headers adds real value beyond the generic 'anyOf object' schema. It does not explain the purpose of the 'body' parameter or name specific filter/header fields.

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 names a specific verb ('Retrieve') and resource ('ad roles member') and gives the exact endpoint, so an agent can identify the operation. However, 'ad roles member' is ambiguous and it does not explicitly distinguish this from sibling report-query tools that also target AD roles/groups.

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 parameter placement guidance ('route IDs in path_params, filters and pagination in query') but never explains when to choose this tool over alternatives. It offers no exclusions or context about which report-query use case maps to this endpoint.

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