Platzi Fake Store API · Capability
Platzi Fake Store API — Products
Platzi Fake Store API — Products. 8 operations. Lead operation: List products. Self-contained Naftiko capability covering one Platzi Fake Store Api business surface.
What You Can Do
GET
Listproducts
— List products
/v1/products
POST
Createproduct
— Create product
/v1/products
GET
Getproductbyslug
— Get product by slug
/v1/products/slug/{slug}
GET
Getrelatedproductsbyslug
— Get related products by slug
/v1/products/slug/{slug}/related
GET
Getproduct
— Get product by id
/v1/products/{id}
PUT
Updateproduct
— Update product
/v1/products/{id}
DELETE
Deleteproduct
— Delete product
/v1/products/{id}
GET
Getrelatedproducts
— Get related products by id
/v1/products/{id}/related
MCP Tools
list-products
List products
read-only
idempotent
create-product
Create product
get-product-slug
Get product by slug
read-only
idempotent
get-related-products-slug
Get related products by slug
read-only
idempotent
get-product-id
Get product by id
read-only
idempotent
update-product
Update product
idempotent
delete-product
Delete product
idempotent
get-related-products-id
Get related products by id
read-only
idempotent