Skip to main content
Glama
sablier-ai

Sablier MCP Server

Official
by sablier-ai

delete_scenario

Destructive

Permanently delete a saved scenario by providing its UUID. This action cannot be undone, ensuring clean and accurate portfolio analysis.

Instructions

Delete a saved scenario. Permanent, cannot be undone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scenario_idYesThe scenario UUID to delete

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description adds the behavioral detail that deletion is permanent and irreversible, which goes beyond the destructiveHint annotation. It does not mention side effects or permissions, but for a simple delete operation this is sufficient; a higher score would require more depth.

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?

Two short sentences, front-loaded with the core action, and every word serves a purpose. The warning about permanence earns its place without bloat.

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?

A simple destructive operation with one well-documented parameter, a clear description, supportive annotations, and an output schema. The description fully covers behavior and consequences, making it complete for an agent to select and invoke 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 provides full coverage with a clear description of scenario_id as 'The scenario UUID to delete' (100% coverage). The description adds no additional parameter semantics, so the baseline of 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 uses a specific verb and resource ('Delete a saved scenario'), clearly distinguishing it from sibling tools like create_scenario, list_scenarios, and update_scenario. The purpose is unmistakable.

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 context is clear: use this tool to delete a saved scenario. The warning 'Permanent, cannot be undone' adds a cautionary usage guideline. However, it does not explicitly mention alternatives (e.g., update_scenario for modifications), so it falls just short of a 5.

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/sablier-ai/sablier-mcp'

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