Add Generation To Space Tool
add-generation-to-spaceUse this when the user wants to save, publish, or add an existing generated output/result into a documentation Space. State-changing: creates a generation-backed Space item after authorization. Requires generation_id, destination space_id, and optional parent_id/title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional custom Space item title. Defaults to the generation filename. | |
| space_id | Yes | Target numeric Space ID. Call list-spaces first. | |
| parent_id | No | Optional parent folder ID in the target Space. | |
| generation_id | Yes | Generation ID to add to a Space. Call list-generations first. |