Skip to main content
Glama

Sharepoint MCP Server

by BrianCusack

search-documents

Search and retrieve Sharepoint documents using a query, enabling quick access to organizational content via the Microsoft Graph API for efficient document management.

Input Schema

NameRequiredDescriptionDefault
maxResultsNoMaximum number of results to return (as a string)
queryYesSearch query to find documents

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxResults": { "description": "Maximum number of results to return (as a string)", "type": "string" }, "query": { "description": "Search query to find documents", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Sharepoint MCP Server

Related Tools

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/BrianCusack/mcpsharepoint'

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