Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

delete_d_integration_company_mappings_id

Delete a specific company mapping by ID to remove an integration association. Provide the mapping ID in path parameters to complete the deletion.

Instructions

Delete company mapping Calls DELETE /d/integration/company_mappings/{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

A3.6/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full disclosure burden. It states 'Delete' and the HTTP method, but does not disclose consequences, irreversibility, authorization requirements, idempotency, or error behavior. For a destructive operation, this is a significant gap.

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?

Two sentences with no filler: the first identifies the action and endpoint, the second covers parameter placement. Minor punctuation/formatting awkwardness ('Delete company mapping Calls') prevents a perfect score.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

An output schema exists, so return values need not be described. However, with no annotations and zero schema coverage, the description only provides routing hints and omits operational context like the required ID semantics and side effects. It is minimally adequate but not complete.

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 usefully maps the generic parameters to HTTP locations (path_params, query, headers), but it does not specify the required path parameter key or the exact query parameter names, leaving the agent dependent on external knowledge.

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 company mapping'), names the HTTP endpoint, and identifies the method (DELETE). This is unambiguous and distinguishes the tool from the read/create/patch sibling tools for the same resource.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives concrete invocation guidance: route IDs go in path_params, filters/pagination in query, and required headers in headers. It does not explicitly discuss when not to use the tool, but for a delete operation the purpose is self-evident and no deleting alternative for this resource exists among siblings.

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