Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

post_w_company_custom_ticketing_template

Create a custom ticketing template for your company by posting to the ConnectSecure API, specifying route IDs, query filters, headers, and request payload.

Instructions

Create custom ticketing template Calls POST /w/company/custom_ticketing_template. Provide route IDs in path_params, filters and pagination in query, and any required request headers in headers. Provide the request payload in body.

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.1/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. It reveals that the tool performs a POST/create operation, but does not explain side effects, authorization requirements, idempotency, validation behavior, or what happens on success or failure.

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 brief and front-loads the core purpose and endpoint. The second sentence efficiently maps all four inputs to their roles, though it reads as a run-on with a missing period after 'template'.

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?

For a mutating POST endpoint with no annotations and completely generic input schema, the description does not provide enough context for an agent to know what a valid custom ticketing template payload looks like or which route IDs are relevant. An output schema exists, so return-value documentation is not required, but the input contract is too underspecified for confident invocation.

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%, and all four parameters are generic objects with no descriptions. The description does add meaningful roles for each parameter — route IDs in path_params, filters/pagination in query, required headers in headers, and payload in body — but it stops short of describing the actual contents of the body or the expected structure of route IDs, so an agent still lacks the specifics needed to construct a valid request.

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?

The description immediately states a specific action and resource: 'Create custom ticketing template' and pins it to the exact endpoint, `POST /w/company/custom_ticketing_template`. This clearly distinguishes it from sibling tools like `patch_w_company_custom_ticketing_template` or `get_r_company_custom_ticketing_template`.

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 tells the agent where to put route IDs, query parameters, headers, and body, but gives no guidance on when to choose this tool over alternatives such as the PATCH sibling or when creation is appropriate. No exclusions, prerequisites, or conditions are stated.

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