create-presentation
Generate a new PowerPoint presentation by specifying its name. Use this tool to initiate creation of custom presentations for user requests.
Instructions
This tool starts the process of generating a new powerpoint presentation with the name given by the user. Use this tool when the user requests to create or generate a new presentation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Name of the presentation (without .pptx extension) |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Name of the presentation (without .pptx extension)",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}