Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

get_r_company_app_baseline_plan_assets

Retrieve app baseline plan assets by providing route IDs, filters, and pagination. Use to fetch asset details for baseline plans from ConnectSecure.

Instructions

Retrieve app baseline plan assets Calls GET /r/company/app_baseline_plan_assets. 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 provided, the description carries the full burden of behavioral disclosure, but it only reveals the HTTP method and where to put parameters. It does not mention authentication requirements, pagination behavior, rate limits, error conditions, or what the response contains, beyond the fact that an output schema exists.

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 appropriately short: two sentences with no filler. It front-loads the core purpose and then gives parameter placement guidance. The only minor issue is that the second sentence is a comma-heavy list, but it remains readable.

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?

Although an output schema exists, the description leaves important gaps: the meaning of 'app baseline plan assets', the expected route ID format, valid query filters, pagination options, and the role of the body parameter are all unspecified. It also does not help an agent choose between this and the sibling _id endpoint.

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%, so the description must compensate. It adds meaning to three of the four parameters: path_params carry route IDs, query carries filters/pagination, and headers carry required request headers. However, the body parameter is completely ignored and no specific filter or pagination keys are listed.

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 uses a clear verb+resource structure: 'Retrieve app baseline plan assets' and specifies the exact endpoint GET /r/company/app_baseline_plan_assets. However, it does not explain what 'app baseline plan assets' are or how this differs from the sibling get_r_company_app_baseline_plan_assets_id endpoint.

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 only invocation mechanics ('Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers'). It does not state when to use this tool versus alternatives, nor does it mention exclusions or the relationship to the singular asset 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