create_collection
Create a new prompt collection to organize prompts by app. Use this to establish a namespace before creating prompts, obtaining a collection ID and slug.
Instructions
Create a new prompt collection for organizing prompts by app. Use this when you need a new namespace before create_prompt; returns the collection id and slug, and does not move any prompts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Collection name (e.g., 'hourlink', 'apizone', 'research-pilot') | |
| workspace_id | No | Workspace ID to create collection in |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |