Princess Beef Heavy Industries pb33f Giftshop API — Product

Princess Beef Heavy Industries pb33f Giftshop API — Product. 6 operations. Lead operation: Princess Beef Heavy Industries Create a new product.. Self-contained Naftiko capability covering one Princess Beef Heavy Industries business surface.

Run with Naftiko Princess Beef Heavy IndustriesProduct

What You Can Do

POST
Createproduct — Princess Beef Heavy Industries Create a new product.
/v1/products
GET
Getallproducts — Princess Beef Heavy Industries Get a list of all products.
/v1/products
GET
Getproductbyid — Princess Beef Heavy Industries Get a product by its `id` or `shortCode`
/v1/products/{id}
DELETE
Deleteproduct — Princess Beef Heavy Industries Remove a product
/v1/products/{id}
POST
Updateproductbyid — Princess Beef Heavy Industries Update a product
/v1/products/{id}
GET
Searchproducts — Princess Beef Heavy Industries Search products.
/v1/search

MCP Tools

princess-beef-heavy-industries-create

Princess Beef Heavy Industries Create a new product.

princess-beef-heavy-industries-get

Princess Beef Heavy Industries Get a list of all products.

read-only idempotent
princess-beef-heavy-industries-get-2

Princess Beef Heavy Industries Get a product by its `id` or `shortCode`

read-only idempotent
princess-beef-heavy-industries-remove

Princess Beef Heavy Industries Remove a product

idempotent
princess-beef-heavy-industries-update

Princess Beef Heavy Industries Update a product

princess-beef-heavy-industries-search

Princess Beef Heavy Industries Search products.

read-only idempotent

Capability Spec

giftshop-product.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Princess Beef Heavy Industries pb33f Giftshop API — Product
  description: 'Princess Beef Heavy Industries pb33f Giftshop API — Product. 6 operations. Lead operation: Princess Beef Heavy
    Industries Create a new product.. Self-contained Naftiko capability covering one Princess Beef Heavy Industries business
    surface.'
  tags:
  - Princess Beef Heavy Industries
  - Product
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PRINCESS_BEEF_HEAVY_INDUSTRIES_API_KEY: PRINCESS_BEEF_HEAVY_INDUSTRIES_API_KEY
capability:
  consumes:
  - type: http
    namespace: giftshop-product
    baseUri: https://api.pb33f.io/wiretap/giftshop
    description: Princess Beef Heavy Industries pb33f Giftshop API — Product business capability. Self-contained, no shared
      references.
    resources:
    - name: products
      path: /products
      operations:
      - name: createproduct
        method: POST
        description: Princess Beef Heavy Industries Create a new product.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: getallproducts
        method: GET
        description: Princess Beef Heavy Industries Get a list of all products.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: products-id
      path: /products/{id}
      operations:
      - name: getproductbyid
        method: GET
        description: Princess Beef Heavy Industries Get a product by its `id` or `shortCode`
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deleteproduct
        method: DELETE
        description: Princess Beef Heavy Industries Remove a product
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateproductbyid
        method: POST
        description: Princess Beef Heavy Industries Update a product
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: search
      path: /search
      operations:
      - name: searchproducts
        method: GET
        description: Princess Beef Heavy Industries Search products.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.PRINCESS_BEEF_HEAVY_INDUSTRIES_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: giftshop-product-rest
    port: 8080
    description: REST adapter for Princess Beef Heavy Industries pb33f Giftshop API — Product. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/products
      name: products
      description: REST surface for products.
      operations:
      - method: POST
        name: createproduct
        description: Princess Beef Heavy Industries Create a new product.
        call: giftshop-product.createproduct
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getallproducts
        description: Princess Beef Heavy Industries Get a list of all products.
        call: giftshop-product.getallproducts
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/products/{id}
      name: products-id
      description: REST surface for products-id.
      operations:
      - method: GET
        name: getproductbyid
        description: Princess Beef Heavy Industries Get a product by its `id` or `shortCode`
        call: giftshop-product.getproductbyid
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteproduct
        description: Princess Beef Heavy Industries Remove a product
        call: giftshop-product.deleteproduct
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: updateproductbyid
        description: Princess Beef Heavy Industries Update a product
        call: giftshop-product.updateproductbyid
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/search
      name: search
      description: REST surface for search.
      operations:
      - method: GET
        name: searchproducts
        description: Princess Beef Heavy Industries Search products.
        call: giftshop-product.searchproducts
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: giftshop-product-mcp
    port: 9090
    transport: http
    description: MCP adapter for Princess Beef Heavy Industries pb33f Giftshop API — Product. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: princess-beef-heavy-industries-create
      description: Princess Beef Heavy Industries Create a new product.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: giftshop-product.createproduct
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: princess-beef-heavy-industries-get
      description: Princess Beef Heavy Industries Get a list of all products.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: giftshop-product.getallproducts
      outputParameters:
      - type: object
        mapping: $.
    - name: princess-beef-heavy-industries-get-2
      description: Princess Beef Heavy Industries Get a product by its `id` or `shortCode`
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: giftshop-product.getproductbyid
      outputParameters:
      - type: object
        mapping: $.
    - name: princess-beef-heavy-industries-remove
      description: Princess Beef Heavy Industries Remove a product
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: giftshop-product.deleteproduct
      outputParameters:
      - type: object
        mapping: $.
    - name: princess-beef-heavy-industries-update
      description: Princess Beef Heavy Industries Update a product
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: giftshop-product.updateproductbyid
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: princess-beef-heavy-industries-search
      description: Princess Beef Heavy Industries Search products.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: giftshop-product.searchproducts
      outputParameters:
      - type: object
        mapping: $.