Skip to main content
Glama

SharePoint MCP Server

by Sofias-ai

Upload_Document_From_Path

Transfer files from a local path to SharePoint by specifying folder name and file path, optionally renaming the file during upload using the SharePoint MCP Server.

Instructions

Upload a file directly from a file path to SharePoint

Input Schema

NameRequiredDescriptionDefault
file_pathYes
folder_nameYes
new_file_nameNo

Input Schema (JSON Schema)

{ "properties": { "file_path": { "title": "File Path", "type": "string" }, "folder_name": { "title": "Folder Name", "type": "string" }, "new_file_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "New File Name" } }, "required": [ "folder_name", "file_path" ], "title": "upload_document_from_pathArguments", "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/Sofias-ai/mcp-sharepoint'

If you have feedback or need assistance with the MCP directory API, please join our Discord server