Skip to main content
Glama

Microsoft MCP

by elyxlz

list_files

Retrieve a list of files and folders from a specified path in OneDrive using the Microsoft MCP server. Input the account ID, path, and optional limit to manage file access efficiently.

Instructions

List files and folders in OneDrive

Input Schema

NameRequiredDescriptionDefault
account_idYes
limitNo
pathNo/

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "limit": { "default": 50, "title": "Limit", "type": "integer" }, "path": { "default": "/", "title": "Path", "type": "string" } }, "required": [ "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