Skip to main content
Glama

Microsoft MCP

by elyxlz

update_file

Sync local file changes to OneDrive by updating file content using the Microsoft Graph API. Specify file ID, local file path, and account ID for seamless integration.

Instructions

Update OneDrive file content from a local file

Input Schema

NameRequiredDescriptionDefault
account_idYes
file_idYes
local_file_pathYes

Input Schema (JSON Schema)

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