Skip to main content
Glama

SharePoint MCP Server

by Sofias-ai

Update_Document

Modify existing documents in a SharePoint directory by specifying folder name, file name, and updated content. Supports Base64 encoding for complex data.

Instructions

Update an existing document in a SharePoint directory

Input Schema

NameRequiredDescriptionDefault
contentYes
file_nameYes
folder_nameYes
is_base64No

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "file_name": { "title": "File Name", "type": "string" }, "folder_name": { "title": "Folder Name", "type": "string" }, "is_base64": { "default": false, "title": "Is Base64", "type": "boolean" } }, "required": [ "folder_name", "file_name", "content" ], "title": "update_documentArguments", "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