Provenance
PublisherPowerPoint
API basehttps://graph.microsoft.com/
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (OAuth)
Methods (6)
powerpoint_list_presentations
readList PowerPoint files available in OneDrive or SharePoint.
Input schema
{ "type": "object", "properties": { "folderId": { "type": "string", "description": "Optional parent folder ID." }, "folderPath": { "type": "string", "description": "Optional parent folder path." }, "top": { "type": "number", "description": "Maximum presentations to return." } }, "additionalProperties": true }powerpoint_get_presentation
readFetch metadata for one presentation.
Required paramsitemIdInput schema
{ "type": "object", "properties": { "itemId": { "type": "string", "description": "Drive item ID for the presentation." } }, "required": [ "itemId" ], "additionalProperties": true }powerpoint_download_presentation
readDownload a PowerPoint deck as base64 content.
Required paramsitemIdInput schema
{ "type": "object", "properties": { "itemId": { "type": "string", "description": "Drive item ID for the presentation." } }, "required": [ "itemId" ], "additionalProperties": true }powerpoint_upload_presentation
writeUpload a PowerPoint deck to OneDrive or SharePoint.
Required paramsfilenameInput schema
{ "type": "object", "properties": { "filename": { "type": "string", "description": "Filename to create." }, "folderId": { "type": "string", "description": "Optional parent folder ID." }, "folderPath": { "type": "string", "description": "Optional parent folder path." }, "contentBase64": { "type": "string", "description": "Base64-encoded presentation content." }, "contentText": { "type": "string", "description": "Optional text content for testing." }, "conflictBehavior": { "type": "string", "description": "Conflict behavior such as fail, replace, or rename." } }, "required": [ "filename" ], "additionalProperties": true }powerpoint_export_presentation
readpowerpoint_preview_presentation
read
