Skip to main content
Glama

Escribir Guion

escribir_guion

Replace an entire screenplay in a STARC project safely: preview first, then confirm to write atomically with automatic backup.

Instructions

ESCRIBE (destructiva) — reemplaza el guion completo.

Seguridad exigida: con preview=true devuelve un informe y NO escribe; para escribir de verdad hay que pasar preview=false y confirmar=true. Escritura atómica: copia temporal + integrity_check + os.replace, respaldo automático previo y aborto si el proyecto está abierto en STARC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serieNo
sourceYes
formatoNofountain
previewNo
proyectoYes
confirmarNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations, the description must carry the full behavioral burden. It discloses the destructive nature, two-step confirmation requirement, atomic write mechanism, automatic backup, and abort behavior if the project is open in STARC. This is exceptionally transparent.

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 compact and front-loaded: the core destructive purpose appears first, followed by load-bearing safety details. Every sentence earns its place and there is no filler.

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?

Given the destructive nature and the presence of an output schema, the description covers the critical aspects: preview behavior, confirmation requirement, atomicity, backup, and STARC lock. It omits minor details like supported formats or whether 'serie' is option option, but these are inferable from defaults and the 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?

Schema description coverage is 0%, so the description must compensate. It adds meaning for 'preview' and 'confirmar' and implies that 'source' contains the full script. However, it does not explain 'formato' or 'serie', leaving gaps in parameter understanding.

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 title 'Escribir Guion' and description 'ESCRIBE (destructiva) — reemplaza el guion completo' clearly state the action: overwrite the full script. It explicitly marks the operation as destructive and distinguishes it from partial edits like editar_escena.

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 gives explicit conditions: use preview=true to receive a report and prevent writing, and write only with preview=false and confirmar=true. It does not explicitly name alternatives like editar_escena for partial edits, so it misses the 'when-not' branch that would warrant a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.