Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

delete_d_company_event_set_id

Delete a company event set by its ID to remove scheduled or configured event groupings from the ConnectSecure platform.

Instructions

Delete event set Calls DELETE /d/company/event_set/{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

B3.2/5.0
Behavior2/5

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

With no annotations, the description must carry the full behavioral burden. It only reveals the HTTP method and parameter placement; it does not disclose side effects, irreversibility, required authentication, error behavior, or what happens to related data. The mention of 'filters and pagination in query' is a small behavioral hint but is underdeveloped.

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

Conciseness5/5

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

The description is two short sentences with no filler. The core purpose and endpoint are front-loaded, followed by the essential parameter-placement guidance. 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?

The output schema exists, so return values do not need explanation, but for a destructive operation with no annotations this is still incomplete. Missing context includes which path parameter identifies the event set, whether deletion is permanent, required permissions/headers, and why query filters/pagination apply to a DELETE. An agent could call this correctly only by guessing from the tool name and 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 does map three of the four generic parameters to meaningful roles: path_params for route IDs, query for filters/pagination, and headers for required request headers. However, it omits the body parameter and gives no concrete key names or formats, leaving the schema's additionalProperties objects still largely opaque.

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 clearly states the action ('Delete event set') and the exact endpoint (DELETE /d/company/event_set/{id}). This distinguishes it from sibling GET/POST/PATCH event set tools and leaves no ambiguity about the resource being acted on.

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 patch_w_company_event_set or get_r_company_event_set_id. The parameter-placement instructions are helpful but do not explain prerequisites, exclusions, or when deletion would be appropriate.

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