Microsoft SharePoint · Capability
SharePoint REST API — Lists
SharePoint REST API — Lists. 4 operations. Lead operation: List all lists on the site. Self-contained Naftiko capability covering one Microsoft Sharepoint business surface.
What You Can Do
GET
Getlists
— List all lists on the site
/v1/web/lists
POST
Createlist
— Create a list
/v1/web/lists
GET
Getlistbytitle
— Get list by title
/v1/web/lists/getbytitle-listtitle
DELETE
Deletelist
— Delete list
/v1/web/lists/getbytitle-listtitle
MCP Tools
list-all-lists-site
List all lists on the site
read-only
idempotent
create-list
Create a list
get-list-title
Get list by title
read-only
idempotent
delete-list
Delete list
idempotent