Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_company_application_baseline_rules

Retrieve application baseline rules for a company by providing route IDs, filters, and pagination to identify and manage security baselines.

Instructions

Retrieve application baseline rules Calls GET /r/company/application_baseline_rules. 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?

No annotations are present, so the description carries full behavioral burden. It signals a read via 'Retrieve' and 'GET', but it does not disclose pagination behavior, required auth, rate limits, error behavior, or what happens when invalid path_params are provided. The transparency is limited to the bare operation type.

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 compact and front-loaded with the purpose, followed by a concise routing guide. No wasted sentences, though the second sentence is slightly telegraphic and could be more explicit about what goes where.

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?

While the tool has an output schema, the input schema is generic and there are no annotations. The description gives only a minimal API skeleton and leaves almost all real schema semantics implicit. An agent would be guessing at exact path parameters, query keys, and pagination format, so the description is not complete enough for a generic call-wrapper tool.

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 description coverage is 0%, but the description does add some meaning by mapping path_params to route IDs, query to filters/pagination, and headers to request headers. This is helpful, though vague: it does not name concrete query parameters, path variable names, or header requirements, and it never explains the body parameter.

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 a specific resource ('application baseline rules') and verb ('Retrieve'), and names the exact GET endpoint, so an agent can identify the operation. It distinguishes this from the POST/PATCH/DELETE siblings, though it does not explicitly differentiate the collection endpoint from the get_r_company_application_baseline_rules_id sibling.

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 gives some placement guidance (route IDs in path_params, filters/pagination in query, request headers in headers), but it never explains when to use this tool instead of related alternatives such as get_r_company_application_baseline_rules_id. There are no exclusions, prerequisites, or alternative tool references.

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