Microsoft SharePoint · Capability
SharePoint REST API — Items
SharePoint REST API — Items. 5 operations. Lead operation: SharePoint Get List Items. Self-contained Naftiko capability covering one Sharepoint business surface.
What You Can Do
GET
Getlistitems
— SharePoint Get List Items
/v1/web/lists/getbytitle-list-title/items
POST
Createlistitem
— SharePoint Create List Item
/v1/web/lists/getbytitle-list-title/items
GET
Getlistitembyid
— SharePoint Get List Item by ID
/v1/web/lists/getbytitle-list-title/items-item-id
POST
Updatelistitem
— SharePoint Update List Item
/v1/web/lists/getbytitle-list-title/items-item-id
DELETE
Deletelistitem
— SharePoint Delete List Item
/v1/web/lists/getbytitle-list-title/items-item-id
MCP Tools
sharepoint-get-list-items
SharePoint Get List Items
read-only
idempotent
sharepoint-create-list-item
SharePoint Create List Item
read-only
sharepoint-get-list-item-id
SharePoint Get List Item by ID
read-only
idempotent
sharepoint-update-list-item
SharePoint Update List Item
read-only
sharepoint-delete-list-item
SharePoint Delete List Item
idempotent