/microsoft-365-powerpoint | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
microsoft-365-powerpoint_convert_to_pdf | Get a PDF download URL for a PowerPoint presentation. The Graph API converts the .pptx to PDF on-the-fly when accessing the file content with format=pdf. |
microsoft-365-powerpoint_copy_presentation | Copy a PowerPoint presentation to a new name and optionally a different folder |
microsoft-365-powerpoint_create_presentation | Create a new empty PowerPoint presentation in OneDrive root |
microsoft-365-powerpoint_delete_presentation | Delete a PowerPoint presentation from OneDrive |
microsoft-365-powerpoint_get_presentation | Get details of a specific PowerPoint presentation by ID |
microsoft-365-powerpoint_get_thumbnails | Get thumbnail images for a PowerPoint presentation |
microsoft-365-powerpoint_list_presentations | List PowerPoint presentations (.pptx) in OneDrive root or a specific folder |
microsoft-365-powerpoint_share_presentation | Create a sharing link for a PowerPoint presentation |
microsoft-365-powerpoint_convert_to_pdf
Get a PDF download URL for a PowerPoint presentation. The Graph API converts the .pptx to PDF on-the-fly when accessing the file content with format=pdf. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
presentation_id | string | Yes | — | The ID of the presentation to convert |
microsoft-365-powerpoint_copy_presentation
Copy a PowerPoint presentation to a new name and optionally a different folder Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
presentation_id | string | Yes | — | The ID of the presentation to copy |
new_name | string | Yes | — | Name for the copy. Extension .pptx will be added if not present. |
destination_folder_id | string | No | — | Optional destination folder ID. Omit to copy to the same folder. |
microsoft-365-powerpoint_create_presentation
Create a new empty PowerPoint presentation in OneDrive root Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
file_name | string | Yes | — | Name for the new presentation. Extension .pptx will be added if not present. |
microsoft-365-powerpoint_delete_presentation
Delete a PowerPoint presentation from OneDrive Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
presentation_id | string | Yes | — | The ID of the presentation to delete |
microsoft-365-powerpoint_get_presentation
Get details of a specific PowerPoint presentation by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
presentation_id | string | Yes | — | The ID of the presentation |
microsoft-365-powerpoint_get_thumbnails
Get thumbnail images for a PowerPoint presentation Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
presentation_id | string | Yes | — | The ID of the presentation |
microsoft-365-powerpoint_list_presentations
List PowerPoint presentations (.pptx) in OneDrive root or a specific folder Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
folder_id | string | No | — | Optional folder ID to list presentations from a specific folder. Omit to list from root. |
microsoft-365-powerpoint_share_presentation
Create a sharing link for a PowerPoint presentation Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
presentation_id | string | Yes | — | The ID of the presentation to share |
link_type | string | No | "view" | Type of sharing link |

