Skip to main content
Glama

Delete Shared Step

delete_shared_step
DestructiveIdempotent

Delete a shared step from the library. This action breaks references in test cases that use the step.

Instructions

Delete a shared step from the library. ⚠️ CAUTION: Destructive.

⚠️ CAUTION: If this shared step is used by test cases, deleting it will break those references.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoMust be True to proceed (safety measure).
step_idYesThe shared step ID to delete (required).
project_idNoOptional override for the default Project ID.
output_formatNoOutput format: 'json' (default) or 'plain'.
Behavior5/5

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

Annotations already mark destructiveHint=true, and the description reinforces this with a caution and explicitly states the consequence of breaking references. This adds valuable behavioral context beyond the annotations.

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 with two sentences plus caution warnings. It is front-loaded with the primary action and critical caveats, with no unnecessary words.

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 simple delete operation with a safety confirm parameter and destructive annotations, the description covers the key aspects: action, destructiveness, and consequence. It lacks details on response or success/failure, but this is acceptable given the tool's simplicity and lack of output schema.

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 covers all 4 parameters with descriptions (100% coverage). The description does not add parameter-specific information, but the schema already provides sufficient semantics, so baseline 3 is appropriate.

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 verb 'Delete' and the resource 'shared step from the library,' distinguishing it from siblings like 'delete_archived_shared_steps' or 'update_shared_step'.

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

Usage Guidelines4/5

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

The description warns about the destructive nature and the risk of breaking references if the shared step is used by test cases. While it does not explicitly state when to use this tool over alternatives, the caution provides clear context for usage.

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/ivanostanin/lucius-mcp'

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