Skip to main content
Server path: /microsoft-365-powerpoint | Type: Application | PCID required: Yes

Tools

ToolDescription
microsoft-365-powerpoint_convert_to_pdfGet 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_presentationCopy a PowerPoint presentation to a new name and optionally a different folder
microsoft-365-powerpoint_create_presentationCreate a new empty PowerPoint presentation in OneDrive root
microsoft-365-powerpoint_delete_presentationDelete a PowerPoint presentation from OneDrive
microsoft-365-powerpoint_get_presentationGet details of a specific PowerPoint presentation by ID
microsoft-365-powerpoint_get_thumbnailsGet thumbnail images for a PowerPoint presentation
microsoft-365-powerpoint_list_presentationsList PowerPoint presentations (.pptx) in OneDrive root or a specific folder
microsoft-365-powerpoint_share_presentationCreate 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:
ParameterTypeRequiredDefaultDescription
presentation_idstringYesThe 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:
ParameterTypeRequiredDefaultDescription
presentation_idstringYesThe ID of the presentation to copy
new_namestringYesName for the copy. Extension .pptx will be added if not present.
destination_folder_idstringNoOptional 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:
ParameterTypeRequiredDefaultDescription
file_namestringYesName for the new presentation. Extension .pptx will be added if not present.

microsoft-365-powerpoint_delete_presentation

Delete a PowerPoint presentation from OneDrive Parameters:
ParameterTypeRequiredDefaultDescription
presentation_idstringYesThe ID of the presentation to delete

microsoft-365-powerpoint_get_presentation

Get details of a specific PowerPoint presentation by ID Parameters:
ParameterTypeRequiredDefaultDescription
presentation_idstringYesThe ID of the presentation

microsoft-365-powerpoint_get_thumbnails

Get thumbnail images for a PowerPoint presentation Parameters:
ParameterTypeRequiredDefaultDescription
presentation_idstringYesThe ID of the presentation

microsoft-365-powerpoint_list_presentations

List PowerPoint presentations (.pptx) in OneDrive root or a specific folder Parameters:
ParameterTypeRequiredDefaultDescription
folder_idstringNoOptional 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:
ParameterTypeRequiredDefaultDescription
presentation_idstringYesThe ID of the presentation to share
link_typestringNo"view"Type of sharing link