Skip to main content
Glama
Decian-Inc

connectsecure-mcp

by Decian-Inc

delete_d_company_application_baseline_rules_id

Delete a specific application baseline rule by ID to remove it from your company's security configuration and enforce updated compliance policies.

Instructions

Delete application baseline rule Calls DELETE /d/company/application_baseline_rules/{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 present, so the description should carry the deletion's safety implications. It only says 'Delete' and the route, with no mention of permanence, cascading effects, required permissions, or confirmation steps.

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 short sentences with the action and route front-loaded; no filler. It could be slightly cleaner if it named the path param id explicitly, but it is efficiently sized.

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 description is too thin for a destructive tool with no annotations: it defines neither the resource's purpose nor deletion consequences, and the query/pagination advice seems generic. Output schema exists but the missing context still leaves an agent under-informed.

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 provides only generic body, query, headers, and path_params objects with 0% description coverage. The description adds useful placement hints (route IDs in path_params, filters/pagination in query, headers in headers), but it leaves body unaddressed and does not name concrete parameters.

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?

States the operation as 'Delete application baseline rule' and gives the exact DELETE route, so an agent knows this is a delete endpoint for the application-baseline-rule resource. It does not explicitly distinguish itself from post/patch siblings, though the verb and HTTP method make the distinction mostly self-evident.

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?

No guidance on when to choose this tool over the alternatives (e.g., use post to create, patch to update). It only gives parameter placement instructions, not the situations, prerequisites, or exclusions for using a delete operation.

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