Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

delete_d_company_pii_scan_settings_id

Deletes a company's PII scan setting by its unique ID. Use this to remove an unwanted scan configuration from the system.

Instructions

Delete pii scan setting Calls DELETE /d/company/pii_scan_settings/{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

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description must cover behavioral details. It states the HTTP method (DELETE) and the endpoint, which implies a destructive operation, but it does not disclose potential side effects, permanence, or required authentication, leaving significant gaps for a destructive tool.

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 concise, a single sentence that front-loads the primary action and endpoint. It efficiently communicates the high-level purpose, but it omits critical detail that could have been added without much length.

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 but is not described, so the description should cover what is returned. It does not. The description also lacks detail on path parameter requirements, error handling, or response format, making it insufficient for an agent to call correctly with confidence.

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?

The schema coverage is 0%, so the description must compensate. It does explain the roles of path_params, query, headers, and body generically, but it does not specify which parameters are expected for this endpoint (e.g., the id in path_params), leaving the agent to guess. This provides minimal added value.

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 clearly states the tool deletes a PII scan setting and calls the DELETE endpoint, specifying the resource. It is distinguishable from siblings like get_r_company_pii_scan_settings and post_w_company_pii_scan_settings based on the verb and resource.

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 provides general guidance on where to place parameters (path_params, query, headers) but does not specify when to use this tool versus alternatives, nor does it mention prerequisites such as the existence of the setting or required permissions.

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