Skip to main content
Glama

Microsoft MCP

by elyxlz
  • Apple

list_files

Retrieve and manage files from specified paths with pagination support, enabling continuous access to large datasets through the @odata.nextLink feature on Microsoft MCP server.

Instructions

List files with pagination support (returns items and @odata.nextLink)

Input Schema

NameRequiredDescriptionDefault
account_idNo
next_linkNo
pathNo/

Input Schema (JSON Schema)

{ "properties": { "account_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Account Id" }, "next_link": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Link" }, "path": { "default": "/", "title": "Path", "type": "string" } }, "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