Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_laravel_apps_delete_v1_laravel_apps_id

DestructiveIdempotent

Permanently delete a Laravel app by its ID from the Panelica hosting panel. Use this destructive action to remove the resource and its data.

Instructions

Delete Laravel app

HTTP: DELETE /v1/laravel/apps/:id Category: Laravel Apps Required scopes: apps:delete WARNING: destructive — permanently removes the resource.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A4.3/5.0
Behavior5/5

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

The description goes beyond the annotations by explicitly warning that the operation is destructive and permanently removes the resource, and by stating the required scope 'apps:delete'. This gives an agent the safety-critical behavioral context needed before invoking an irreversible deletion.

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?

The description is compact and well-structured: action, HTTP method, category, required scope, and a destructive warning. Every line earns its place and the most important information is front-loaded.

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

Completeness5/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 no output schema and no nested objects, the description is complete: it provides the endpoint, the required id, the required scope, and an explicit irreversibility warning. No additional information is necessary for an agent to select and invoke the tool correctly.

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 input schema already documents the only parameter 'id' as a path parameter at 100% coverage. The description reinforces that id is used in the path via '/v1/laravel/apps/:id', but it does not add meaningful semantics beyond what the schema provides, so the baseline score of 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 opens with 'Delete Laravel app' — a specific verb and resource — and reinforces it with the exact HTTP method and path (DELETE /v1/laravel/apps/:id). This clearly distinguishes it from sister GET/PUT/POST Laravel app tools and from delete tools for other app types.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied rather than explicit: the category and HTTP DELETE make clear this tool is for removing a Laravel app, but the description does not state when to prefer it over alternatives or mention any exclusions. No direct alternative delete tool exists for the same resource, so implied usage is reasonably acceptable.

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