sitecore · Capability
Sitecore XM Cloud REST API — Collections
Sitecore XM Cloud REST API — Collections. 7 operations. Lead operation: List site collections. Self-contained Naftiko capability covering one Sitecore business surface.
What You Can Do
GET
Listcollections
— List site collections
/v1/api/v1/collections
POST
Createcollection
— Create a site collection
/v1/api/v1/collections
POST
Validatecollectionname
— Validate a site collection name
/v1/api/v1/collections/name/validate
POST
Sortcollections
— Sort site collections
/v1/api/v1/collections/sort
GET
Getcollection
— Get a site collection
/v1/api/v1/collections/{collectionid}
PUT
Updatecollection
— Update a site collection
/v1/api/v1/collections/{collectionid}
DELETE
Deletecollection
— Delete a site collection
/v1/api/v1/collections/{collectionid}
MCP Tools
list-site-collections
List site collections
read-only
idempotent
create-site-collection
Create a site collection
validate-site-collection-name
Validate a site collection name
read-only
sort-site-collections
Sort site collections
get-site-collection
Get a site collection
read-only
idempotent
update-site-collection
Update a site collection
idempotent
delete-site-collection
Delete a site collection
idempotent