Skip to main content
Glama

Delete a scene

delete_scene

Recursively delete a scene folder including scene.gbsres, actors, and triggers. Refuses if it's the start scene or referenced by other scripts; use force to skip reference checks. No undo.

Instructions

Recursively delete a scene folder (scene.gbsres + actors/ + triggers/). Refuses if the scene is the start scene, or if any other script references this sceneId (e.g. EVENT_SWITCH_SCENE) — pass force: true to override the reference check (the start-scene guard is unconditional). Use list_scenes to find target ids. There is no undo; commit your work first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNoSkip the cross-reference check. The start-scene guard is NOT bypassed.
sceneIdYesScene id (UUID) to delete.
Behavior5/5

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

No annotations provided, so description carries full burden. It discloses recursive deletion, unconditional guard for start scene, conditional reference check, and the fact that force only skips the reference check. Also warns there is no undo.

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?

Three sentences, front-loaded with the action, then conditions and recommendations. Every sentence adds value without redundancy.

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?

With 2 fully described parameters and clear behavioral details, the description is complete for a delete tool. It covers prerequisites, limitations, and consequences.

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

Parameters5/5

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

Schema coverage is 100% but description adds meaning: explains sceneId is a UUID, and force skips cross-reference check but not the start-scene guard. This clarifies the parameter semantics beyond the schema.

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 it recursively deletes a scene folder, specifying the files involved (scene.gbsres, actors/, triggers/). It distinguishes itself from sibling tools like delete_actor and delete_trigger by focusing on the scene itself.

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

Usage Guidelines5/5

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

Explicitly states conditions for use (not start scene, no references) and provides the force flag as an override for references. Recommends using list_scenes to find target IDs and warns about no undo.

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/gbs-toolkit/mcp-server'

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