Princess Beef Heavy Industries · Capability
Princess Beef Heavy Industries pb33f Giftshop API
Want some cool gear, to go with your cool code? We've got you covered. Buy a t-shirt, hoodie or other merchandise from our store to show your support for pb33f.
What You Can Do
POST
Createproduct
— Princess Beef Heavy Industries Create a new product.
/products
GET
Getallproducts
— Princess Beef Heavy Industries Get a list of all products.
/products
GET
Getproductbyid
— Princess Beef Heavy Industries Get a product by its `id` or `shortCode`
/products/{id}
DELETE
Deleteproduct
— Princess Beef Heavy Industries Remove a product
/products/{id}
POST
Updateproductbyid
— Princess Beef Heavy Industries Update a product
/products/{id}
GET
Searchproducts
— Princess Beef Heavy Industries Search products.
/search
MCP Tools
createproduct
Princess Beef Heavy Industries Create a new product.
getallproducts
Princess Beef Heavy Industries Get a list of all products.
read-only
idempotent
getproductbyid
Princess Beef Heavy Industries Get a product by its `id` or `shortCode`
read-only
idempotent
deleteproduct
Princess Beef Heavy Industries Remove a product
idempotent
updateproductbyid
Princess Beef Heavy Industries Update a product
searchproducts
Princess Beef Heavy Industries Search products.
read-only
idempotent