Skip to main content
Glama

Microsoft MCP

by elyxlz
  • Apple

upload_file

Transfer files to OneDrive using base64 encoded content by specifying a destination path and account ID via Microsoft MCP server integration with Microsoft Graph API.

Instructions

Upload file to OneDrive

Input Schema

NameRequiredDescriptionDefault
account_idNo
content_base64Yes
pathYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Account Id" }, "content_base64": { "title": "Content Base64", "type": "string" }, "path": { "title": "Path", "type": "string" } }, "required": [ "path", "content_base64" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/elyxlz/microsoft-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server