Platzi Fake Store API · Capability
Platzi Fake Store API — Categories
Platzi Fake Store API — Categories. 7 operations. Lead operation: List categories. Self-contained Naftiko capability covering one Platzi Fake Store Api business surface.
What You Can Do
GET
Listcategories
— List categories
/v1/categories
POST
Createcategory
— Create category
/v1/categories
GET
Getcategorybyslug
— Get category by slug
/v1/categories/slug/{slug}
GET
Getcategory
— Get category
/v1/categories/{id}
PUT
Updatecategory
— Update category
/v1/categories/{id}
DELETE
Deletecategory
— Delete category
/v1/categories/{id}
GET
Listcategoryproducts
— List products in a category
/v1/categories/{id}/products
MCP Tools
list-categories
List categories
read-only
idempotent
create-category
Create category
get-category-slug
Get category by slug
read-only
idempotent
get-category
Get category
read-only
idempotent
update-category
Update category
idempotent
delete-category
Delete category
idempotent
list-products-category
List products in a category
read-only
idempotent