Skip to main content
Glama
sablier-ai

Sablier MCP Server

Official
by sablier-ai

update_scenario

Destructive

Update a saved scenario's name, description, or factor specs. Pass only the fields to change.

Instructions

Update a saved scenario. Can change name, description, or factor specs. Only pass the fields you want to update.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew scenario name
specsNoNew factor specs
descriptionNoNew description
scenario_idYesThe scenario UUID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare destructiveHint: true, so the description's 'update' is consistent. It adds behavioral context about partial updates, which is useful beyond the annotation, though it does not detail side effects or failure modes.

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 sentences, front-loaded with the primary action, and every clause earns its place. No redundancy or fluff.

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 an update tool with an output schema and destructive annotation, the description adequately covers what it does and how to use it. It could mention what happens if no optional fields are passed, but the instruction to only pass what you want to update implies this is not expected.

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

Parameters4/5

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

Schema descriptions cover all parameters (100% coverage). The description reinforces that only passed fields are updated, adding key semantics about optional parameters beyond the schema's simple 'New...' labels.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool updates a saved scenario and lists the updatable fields (name, description, factor specs). This distinguishes it from create/delete/get scenario siblings, though it does not explicitly name alternatives.

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 phrase 'Only pass the fields you want to update' gives clear usage guidance for partial updates. It implies this tool is for modifying existing scenarios, not creating new ones, but does not explicitly state exclusions or alternatives.

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