onedrive_get_file_content
ActiveTool of Onedrive
Download and return the text content of a OneDrive (Microsoft 365) file by its item id. Best for plain-text, Markdown, and CSV files; binary formats (Office docs, PDFs, images) will return unreadable bytes. Content is capped at ~100,000 characters and flagged when truncated.
Parameters schema
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "The OneDrive drive-item id of the file to read."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Onedrive
https://github.com/pipeworx-io/mcp-onedrive
1/7 registries