Microsoft SharePoint · Capability
SharePoint Content Management
Unified workflow for managing SharePoint content including sites, lists, items, files, and search. Used by content managers, site admins, and collaboration teams.
What You Can Do
GET
Get web
—
/v1/sites
GET
Get lists
—
/v1/lists
POST
Create list
—
/v1/lists
GET
Get list items
—
/v1/lists/{title}/items
POST
Create list item
—
/v1/lists/{title}/items
GET
Get files
—
/v1/files
GET
Search
—
/v1/search
MCP Tools
get-web
Get SharePoint site properties
read-only
idempotent
get-lists
List all SharePoint lists
read-only
idempotent
create-list
Create a new SharePoint list
get-list-items
Get items from a SharePoint list
read-only
idempotent
create-list-item
Add an item to a SharePoint list
update-list-item
Update a SharePoint list item
idempotent
delete-list-item
Delete a SharePoint list item
idempotent
get-files-in-folder
List files in a SharePoint folder
read-only
idempotent
upload-file
Upload a file to SharePoint
download-file
Download a file from SharePoint
read-only
idempotent
search-query
Search across all SharePoint content
read-only
idempotent
get-my-user-profile
Get current user's SharePoint profile
read-only
idempotent
APIs Used
sp-sites-lists
sp-files-search