Typesense · Capability
Typesense Search API — Curation Sets
Typesense Search API — Curation Sets. 8 operations. Lead operation: List All Curation Sets. Self-contained Naftiko capability covering one Typesense business surface.
What You Can Do
GET
Listcurationsets
— List All Curation Sets
/v1/curation-sets
GET
Getcurationset
— Retrieve A Curation Set
/v1/curation-sets/{curationsetname}
PUT
Upsertcurationset
— Create Or Update A Curation Set
/v1/curation-sets/{curationsetname}
DELETE
Deletecurationset
— Delete A Curation Set
/v1/curation-sets/{curationsetname}
GET
Listcurationsetitems
— List Items In A Curation Set
/v1/curation-sets/{curationsetname}/items
GET
Getcurationsetitem
— Retrieve A Curation Set Item
/v1/curation-sets/{curationsetname}/items/{itemid}
PUT
Upsertcurationsetitem
— Create Or Update A Curation Set Item
/v1/curation-sets/{curationsetname}/items/{itemid}
DELETE
Deletecurationsetitem
— Delete A Curation Set Item
/v1/curation-sets/{curationsetname}/items/{itemid}
MCP Tools
list-all-curation-sets
List All Curation Sets
read-only
idempotent
retrieve-curation-set
Retrieve A Curation Set
read-only
idempotent
create-update-curation-set
Create Or Update A Curation Set
idempotent
delete-curation-set
Delete A Curation Set
idempotent
list-items-curation-set
List Items In A Curation Set
read-only
idempotent
retrieve-curation-set-item
Retrieve A Curation Set Item
read-only
idempotent
create-update-curation-set-item
Create Or Update A Curation Set Item
idempotent
delete-curation-set-item
Delete A Curation Set Item
idempotent