Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_company_compliance_assessment_id

Retrieve a compliance assessment by ID, specifying path parameters, query filters, and headers as needed.

Instructions

Retrieve compliance assessment Calls GET /r/company/compliance_assessment/{id}. 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.7/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 does reveal the safe, read-only nature via `GET`, but it does not discuss authorization requirements, required path parameters, pagination defaults, or any response-level behavior. For a tool with no annotation fallback, this is insufficient.

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-loads the endpoint, which is the core actionable information. It wastes little space, though the phrase 'Retrieve compliance assessment Calls' is awkwardly phrased and the generic parameter guidance is only marginally informative.

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?

Despite having an output schema, the tool is not complete enough for correct invocation: the path parameter `id` is never identified as required or described, no concrete query parameter names are given, and no guidance exists for discovering available IDs. The huge sibling list includes `get_r_company_compliance_assessment`, which would have provided useful context, but no reference to it is made.

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?

Schema description coverage is 0%, and all four parameters are open, generic objects with no property definitions. The description adds vague placement guidance ('filters and pagination in query', 'required request headers in headers'), but never names a single concrete query parameter, header, or path parameter. An agent still cannot construct a valid request beyond knowing the endpoint.

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 states a clear resource ('compliance assessment') and the exact HTTP call: `GET /r/company/compliance_assessment/{id}`. The `{id}` path, combined with the tool's `_id` suffix, indicates retrieval of a single record. It does not explicitly differentiate itself from the list sibling `get_r_company_compliance_assessment`, so it falls short of a full 5.

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 about when to use this tool versus alternatives such as the collection endpoint, or when not to use it. The instruction 'Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers' describes how to construct the request, but not the selection conditions or prerequisites.

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