Skip to main content
Glama

openpanel_delete_project

Remove a project and all associated data from the MCP Hub server to manage resources and maintain organization.

Instructions

[UNIFIED] Delete a project and all its data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYes
project_idYes
confirmYes
Behavior2/5

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

With no annotations provided, the description carries the full burden. It mentions 'and all its data,' indicating cascading deletion scope, but fails to disclose critical behavioral traits: irreversibility, the purpose of the 'confirm' parameter, or whether deletion is immediate/async. The '[UNIFIED]' prefix is unexplained metadata that provides no behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The actual descriptive content is appropriately concise (single sentence). However, the '[UNIFIED]' prefix appears to be implementation metadata that wastes space without adding value to the agent's understanding, slightly undermining front-loading efficiency.

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?

Given this is a destructive operation with three undocumented parameters and no output schema, the description is insufficient. It mentions scope ('all its data') but lacks critical details: parameter explanations, confirmation requirements, and return behavior. For a high-stakes deletion tool, this leaves dangerous gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description must compensate by explaining parameter semantics. It completely fails to do so: it does not explain what 'site' refers to (domain? ID?), the format of 'project_id', or the purpose of the boolean 'confirm' flag. The agent has no semantic context for any of the three required parameters.

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), the resource (a project), and the scope (and all its data). The verb is specific and distinguishes this from sibling tools like openpanel_update_project, openpanel_create_project, and openpanel_list_projects.

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 no guidance on when to use this tool versus alternatives, nor does it warn about the irreversible nature of the operation. Given the destructive nature and the presence of a 'confirm' parameter, explicit usage guidelines (e.g., 'only when permanent removal is required') would be appropriate but are absent.

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

Install Server

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/airano-ir/mcphub'

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