Skip to main content
Glama

openwisp_delete_ca

Delete a Certificate Authority (CA) from OpenWISP by providing its UUID or ID. Remove CAs no longer needed for network security.

Instructions

[Category: Certificates & VPN] Delete a CA. (HTTP DELETE /api/v1/controller/ca/{id}/)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCA UUID or ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.0.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 carries the full behavioral burden for a destructive operation, yet it says nothing about irreversibility, what happens to issued certificates or VPN links, or auth requirements. Only the HTTP endpoint is disclosed.

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?

A single short sentence, front-loaded with the action, with the category tag and endpoint as compact supporting metadata. No wasted prose, though the parenthetical adds little for the agent.

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 destructive tool with no annotations and no output schema, the description is thin: it omits side effects, reversibility, and failure/not-found behavior. It is enough to attempt the call but not enough to call it safely.

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 coverage is 100% for the single 'id' parameter (CA UUID or ID), so the schema already documents it fully. The description adds no format or constraint details beyond the schema, which is the expected baseline.

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 a specific verb and resource (delete a CA) plus the underlying HTTP endpoint. This clearly separates it from siblings like get_ca, list_cas, create_ca, and update_ca, though it never names them explicitly.

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 delete a CA versus revoking/updating it, and no prerequisites such as required permissions or the state a CA must be in. An agent gets the action but not the selection criteria.

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