Skip to main content
Glama

Microsoft MCP

by elyxlz

get_file

Download files from OneDrive to a specified local path by providing the file ID, account ID, and download path. Enables efficient file management through Microsoft Graph API integration.

Instructions

Download a file from OneDrive to local path

Input Schema

NameRequiredDescriptionDefault
account_idYes
download_pathYes
file_idYes

Input Schema (JSON Schema)

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