Automate SharePoint and OneDrive site, document, list, and search management.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "SharePoint Automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/share-point-automation/SKILL.md 2. Save it as ~/.claude/skills/share-point-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate SharePoint operations including managing sites, lists, documents, folders, and pages. Integrates with both SharePoint REST API and Microsoft Graph via OneDrive.
Toolkit docs: composio.dev/toolkits/share_point
This skill requires the Rube MCP server connected at https://rube.app/mcp.
Before executing any tools, ensure active connections exist for the share_point and one_drive toolkits. If no connection is active, initiate one via RUBE_MANAGE_CONNECTIONS.
Note: Many OneDrive/SharePoint tools only work with organizational Microsoft 365 accounts (Azure AD/Entra ID). Personal Microsoft accounts are NOT supported.
Retrieve site details and enumerate subsites to discover the SharePoint topology.
Tools:
ONE_DRIVE_GET_SITE_DETAILS -- Get metadata for a specific site by IDONE_DRIVE_LIST_SITE_SUBSITES -- List all subsites of a parent siteKey Parameters:
site_id (required) -- Composite format: hostname,site-collection-guid,web-guid (e.g., "contoso.sharepoint.com,da60e844-...,712a596e-...")Example:
Tool: ONE_DRIVE_GET_SITE_DETAILS
Arguments:
site_id: "contoso.sharepoint.com,2C712604-1370-44E7-A1F5-426573FDA80A,2D2244C3-251A-49EA-93A8-39E1C3A060FE"
Create lists, enumerate existing lists, and retrieve list items.
Tools:
SHARE_POINT_LIST_ALL_LISTS -- Retrieve all lists on a site (supports OData filter, select, orderby, top)SHARE_POINT_SHAREPOINT_CREATE_LIST -- Create a new list with a specified templateONE_DRIVE_LIST_SITE_LISTS -- List all lists under a site via Microsoft GraphONE_DRIVE_GET_SHAREPOINT_LIST_ITEMS -- Retrieve items from a specific listKey Parameters for SHARE_POINT_SHAREPOINT_CREATE_LIST:
name (required) -- List nametemplate (required) -- Template type: "genericList", "documentLibrary", "tasks", etc.description -- Optional descriptionKey Parameters for SHARE_POINT_LIST_ALL_LISTS:
filter -- OData filter, e.g., "Hidden eq false"select -- Properties to return, e.g., "Title,Id"orderby -- Sort expression, e.g., "Title desc"top -- Limit results countExample:
Tool: SHARE_POINT_SHAREPOINT_CREATE_LIST
Arguments:
name: "Project Tasks"
template: "tasks"
description: "Task tracking for Q1 deliverables"
Create folders, list files within folders, and navigate the document library.
Tools:
SHARE_POINT_SHAREPOINT_CREATE_FOLDER -- Create a new folder in a document librarySHARE_POINT_LIST_FILES_IN_FOLDER -- List files within a folder by server-relative URLSHARE_POINT_GET_FOLDER_BY_SERVER_RELATIVE_URL -- Get folder metadata by pathKey Parameters for SHARE_POINT_SHAREPOINT_CREATE_FOLDER:
folder_name (required) -- Name of the folder to createdocument_library -- Target library (default: "Shared Documents")relative_path -- Additional path within the libraryKey Parameters for SHARE_POINT_LIST_FILES_IN_FOLDER:
folder_name (required) -- Server-relative URL, e.g., "/Shared Documents"select -- Comma-separated properties, e.g., "Name,ServerRelativeUrl,Length"top -- Limit results countorderby -- Sort expression, e.g., "Name desc"Example:
Tool: SHARE_POINT_LIST_FILES_IN_FOLDER
Arguments:
folder_name: "/Shared Documents/Reports"
select: "Name,ServerRelativeUrl,Length"
top: 50
Use Keyword Query Language (KQL) to search documents, list items, and other content across the site.
Tool: SHARE_POINT_SEARCH_QUERY
Key Parameters:
querytext (required) -- KQL query, e.g., "project report", "FileType:docx", "Author:\"John Doe\""rowlimit -- Max results per request (default ~50, max 500)…
Automate DataRobot tasks through Rube MCP for faster model and data workflows.
Automate Fingertip tasks via Rube MCP using current tool schemas first.
Automate Kaleido tasks through Rube MCP with schema discovery first.
Automate Lexoffice invoices, contacts, and finance workflows through Rube MCP.
Automate Mails So workflows through Rube MCP for faster email operations.
Automate SecurityTrails lookups and security intelligence workflows through Rube MCP.
Manage SharePoint documents and folders with natural language commands and file operations.
Manage SharePoint files and folders with upload, download, and document conversion.
Manage Jotform forms, users, folders, and activity logs with natural language.
Connect SharePoint to Power Apps for lists, documents, and site integration.
Automate managing CRM contacts, leads, orders, invoices, and cases in Dynamics 365.
Automate workbook creation, data updates, and spreadsheet formatting across Excel and Google Sheets.