Skip to main content
Glama

SharePoint MCP Server

by Sofias-ai

Get_Document_Content

Extract content from specific documents in SharePoint by specifying folder and file names, enabling direct interaction with stored data.

Instructions

Get content of a document in SharePoint

Input Schema

NameRequiredDescriptionDefault
file_nameYes
folder_nameYes

Input Schema (JSON Schema)

{ "properties": { "file_name": { "title": "File Name", "type": "string" }, "folder_name": { "title": "Folder Name", "type": "string" } }, "required": [ "folder_name", "file_name" ], "title": "get_document_content_toolArguments", "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