Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_api_keys_delete_v1_api_keys_key_id

DestructiveIdempotent

Permanently remove an API key using its key ID to revoke access and secure your Panelica hosting panel.

Instructions

Delete api key

HTTP: DELETE /v1/api-keys/:key_id Category: API Keys Required scopes: accounts:delete WARNING: destructive — permanently removes the resource.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
key_idYesPath parameter: key_id
Install Server

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already provide destructiveHint=true, idempotentHint=true, and readOnlyHint=false. The description adds value beyond these by spelling out 'WARNING: destructive — permanently removes the resource' (clarifying irreversibility) and 'Required scopes: accounts:delete' (auth prerequisite). This meaningfully supplements the annotation layer without contradicting it.

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?

Five short lines, each earning its place: the action, the endpoint, the category, the required scope, and the permanence warning. The core verb is front-loaded and there is zero filler.

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

Completeness4/5

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

For a single-parameter destructive delete with annotations covering the safety profile, the description is nearly complete: it states the action, endpoint, required scopes, and irreversibility. Minor gaps — no mention of what a successful response looks like (no output schema) or whether deleting a key revokes already-issued tokens — but these are low impact for such a simple operation.

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% — the sole parameter key_id is already documented as 'Path parameter: key_id' in the schema. The description's HTTP path line adds marginal context by showing the parameter embedded in the URL, but otherwise contributes nothing beyond the schema. Baseline 3 applies.

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 states a specific verb and resource: 'Delete api key', reinforced by 'HTTP: DELETE /v1/api-keys/:key_id'. This is unambiguous and clearly distinguishable from the api_keys siblings (get, patch, post, regenerate) by the HTTP method and verb.

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 is given on when to delete an API key versus the realistic alternatives among siblings, most notably panelica_api_keys_post_v1_api_keys_key_id_regenerate (rotate a key instead of deleting it) or patch (modify it). The required-scope line is a precondition, not usage guidance, and there is no mention of when deletion is appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Panelica/panelica-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server