Skip to main content
Glama
Stellify-Software-Ltd

Stellify MCP Server

Official

delete_element

Delete an element and all its children with a single UUID. Returns the count of deleted elements to confirm the operation.

Instructions

Delete an element and all its children (CASCADE). Returns the count of deleted elements.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesUUID of the element to delete
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the CASCADE behavior and return value (count), which is more than minimal for a delete operation. However, it does not mention error handling, irreversibility, or permission requirements.

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 extremely concise, consisting of two sentences with no wasted words. It is front-loaded with the core action and key details.

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?

Despite lacking an output schema and annotations, the description adequately covers the primary behavior (cascade delete, return count). It does not address error cases or edge conditions, but for a single-parameter tool, it is reasonably complete.

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 description does not add meaning beyond the input schema, which already describes the 'uuid' parameter as 'UUID of the element to delete'. Schema coverage is 100%, so the baseline is 3; no additional parameter detail is provided.

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 (element), and key behavior (cascading deletion, returns count). It distinguishes from sibling tools like delete_file or delete_method by specifying 'element' and the CASCADE effect.

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?

The description implies use for deleting elements, but provides no explicit guidance on when to use this vs alternatives, no prerequisites, and no when-not-to-use information. It meets the minimum viability for implied usage but lacks explicit context.

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/Stellify-Software-Ltd/stellify-mcp'

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