facebook tracking pixel

¡Llega la Launch Week! 14 a 18 de septiembre

Back to Marketplace
Sharepoint MCP integration

Sharepoint

Share and manage content, knowledge, and applications to empower teamwork, quickly find information, and seamlessly collaborate across the organization.

Start free
Tools
23
Last update
1 week ago

Category

Business Management

Works with

WhatsAppFacebookInstagramWeb

AI Compatible

ChatGPTClaudeGemini

Tools

Create Folder

Create a new folder in SharePoint. See the documentation Return only the translated text without explanations.

Create Item

Create a new item in Microsoft Sharepoint. See the documentation Return only the translated text without explanations.

Create Link

Create a sharing link for a DriveItem. See the documentation Return only the translated text without explanations.

Create List

Create a new list in Microsoft Sharepoint. See the documentation Return only the translated text without explanations.

Download File

Download a Microsoft Sharepoint file to the /tmp directory. See the documentation Return only the translated text without explanations.

Download Files

Browse and select files from SharePoint and get their metadata along with pre-authenticated download URLs (valid ~1 hour). See the documentation

Find File by Name

Search for a file or folder by name. See the documentation Return only the translated text without explanations.

Find Files in List with Metadata

Search and filter items in a SharePoint list based on metadata and custom columns. See docs here

Get Current User

Returns the authenticated Microsoft user's ID, display name, email, and principal name via Microsoft Graph. Call this first when the user says 'my files', 'my documents', or needs identity context. Use the returned id to identify file ownership in **List Files in Folder** or **Find File by Name** results. See the documentation.

Get Excel Table

Retrieve a table from an Excel spreadsheet stored in Sharepoint See the documentation Return only the translated text without explanations.

Get File by ID

Retrieves a file by ID. See the documentation Return only the translated text without explanations.

Get File Contents

Retrieves a Microsoft SharePoint file and returns its contents as extracted plain text or markdown. Supports plain text formats, HTML, DOCX, PDF, and other Office documents convertible to PDF (xlsx, pptx, etc.). See the documentation

Get Site

Retrieve a site by its identifier. This is a direct path/ID lookup, so it's immediately consistent and returns newly created sites without indexing delay. Use this when you know the site path; for discovery, use **Search Sites** or **List Sites**. See the documentation

List Drives

List the drives available within a Microsoft Sharepoint site. See the documentation

List Files in Folder

Retrieves a list of the files and/or folders directly within a folder. See the documentation

List Sites

List sites across the tenant. Backed by the SharePoint Search index and **eventually consistent** — newly created sites may not appear until indexing catches up. To resolve a known site by path, prefer **Get Site** for an immediate lookup. See the documentation

Retrieve File Metadata

Browse and select files from SharePoint to retrieve their metadata (name, size, dates, etc.) without download URLs. See the documentation

Search and Filter Files

Search and filter SharePoint files based on metadata and custom columns. This action allows you to query files using SharePoint's custom properties, managed metadata, and other column values. See the documentation

Search Files

Search for files across the tenant. Supports KQL via the optional query template. Backed by the Microsoft Search index and **eventually consistent** — newly created or modified files may not appear until indexing catches up. **For immediate, deterministic results, prefer:** - **Get File by ID** when the ID is known - **List Files in Folder** for path-based listing - **Search and Filter Files** for OData $filter against a document library See the documentation

Search Sites

Search for sites across the tenant. This is a free-text search across multiple site properties — *not* an exact slug match. Backed by the SharePoint Search index and **eventually consistent**, so newly created or renamed sites may not appear until indexing catches up. To resolve a known site by path, prefer **Get Site** for an immediate, exact lookup. See the documentation

Select Files

A file picker action that allows browsing and selecting one or more files from SharePoint. Returns the selected files' metadata including pre-authenticated download URLs. See the documentation

Update Item

Updates an existing item in Microsoft Sharepoint. See the documentation

Upload File

Upload a file to OneDrive. See the documentation