Skip to main content
Glama

Microsoft MCP

by elyxlz

create_file

Transfer local files to OneDrive using specified paths and account details. Simplify file management through integration with Microsoft Graph API.

Instructions

Upload a local file to OneDrive

Input Schema

NameRequiredDescriptionDefault
account_idYes
local_file_pathYes
onedrive_pathYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "local_file_path": { "title": "Local File Path", "type": "string" }, "onedrive_path": { "title": "Onedrive Path", "type": "string" } }, "required": [ "onedrive_path", "local_file_path", "account_id" ], "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