Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

post_w_company_remove_schedule

Removes a company schedule by specifying route IDs and optional query filters. Use this endpoint to cancel scheduled operations with the required headers and request body.

Instructions

Update schedule Calls POST /w/company/remove_schedule. 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

C2.3/5.0
Behavior2/5

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

No annotations exist, so the description carries the full burden of explaining behavior. It implies a mutating operation via 'Update schedule' and the POST verb, but it does not disclose that this removes a schedule, whether the action is destructive, what side effects occur, or what permissions are required.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded, but the 'Update schedule' opening is confusing and the sentence 'Calls POST /w/company/remove_schedule' largely repeats the endpoint already visible in the tool name. It is compact but not every sentence earns its place.

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 schedule-removal operation with no annotations and a generic schema, the description is incomplete: it gives no valid example payload, no notion of which schedule identifiers are required, no prerequisites, and no consequences. An output schema exists, so return value details are less critical, but request semantics are still underspecified.

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?

With 0% schema description coverage, the description partially compensates by mapping route IDs to path_params, filters/pagination to query, required headers to headers, and payload to body. However, it names no concrete fields or payload structure, so an agent still cannot construct a specific valid request.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Update schedule' even though the tool name and endpoint both say 'remove_schedule', so the core action is unclear and potentially misleading. It never explicitly states that this tool removes a schedule and does not distinguish it from the sibling post_w_company_update_schedule.

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 on when to use this tool versus related schedule-manipulation tools such as post_w_company_update_schedule or post_w_company_scheduler. The only instruction is where to place parameters, which describes mechanics rather than usage context.

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