create_project
Creates a new SlideMaster project and returns its ID for subsequent operations. Specify title, type (traditional or flow), and optional description to get started.
Instructions
Create a new SlideMaster project. Returns the project_id needed for subsequent operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Project type: 'traditional' or 'flow' (default: 'traditional') | |
| title | Yes | Project title | |
| description | No | Optional project description |