call_common_event
Build an event command to call a common event, validate the event exists, and return the command for insertion into event pages.
Instructions
Build a "Common Event" event command (code 117) that calls the given common event, for insertion into an event page via insert_event_commands. Validates the common event exists. Read-only: returns { command } (matching the build_* tools, so it composes into a thenBranch/commands array); writes nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indent | No | Indentation level in the target list (default 0) | |
| commonEventId | Yes | The ID of the common event to call (must exist) |