What problem does it solve? SharePoint MCP tools cap file transfers at 5 MB, making it impossible to move large documents between your local machine and SharePoint or OneDrive. This Skill bypasses that limit by resolving file metadata through the SharePoint MCP server and transferring bytes directly through the Microsoft Graph API with Azure CLI authentication. ## Core Features & Use Cases - Large File Downloads: Resolve driveId and itemId from any SharePoint URL, then download files of any size via the Graph API, with optional conversion to Markdown using markitdown for Knowledgebase storage. - Flexible Uploads: Upload local files to SharePoint document libraries or personal OneDrive using simple PUT for files up to 4 MB and resumable chunked upload sessions for files up to 250 GB, with configurable conflict behavior (rename, replace, fail). - Batch Operations: Process multiple SharePoint URLs in one run, resolving metadata in parallel and downloading sequentially to avoid token expiration. - Use Case: A program manager shares a 40 MB specification deck via a SharePoint link. Use this Skill to download it, convert it to Markdown, and file it under the correct Knowledgebase category automatically. ## Quick Start Download the file from this SharePoint link and add it to my Knowledgebase under Specifications.