WooCommerce · Capability

WooCommerce Store API — Product Tags

WooCommerce Store API — Product Tags. 1 operations. Lead operation: WooCommerce List Product Tags. Self-contained Naftiko capability covering one Woocommerce business surface.

Run with Naftiko WoocommerceProduct Tags

What You Can Do

GET
Liststoreproducttags — WooCommerce List Product Tags
/v1/products/tags

MCP Tools

woocommerce-list-product-tags

WooCommerce List Product Tags

read-only idempotent

Capability Spec

store-product-tags.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WooCommerce Store API — Product Tags
  description: 'WooCommerce Store API — Product Tags. 1 operations. Lead operation: WooCommerce List Product Tags. Self-contained
    Naftiko capability covering one Woocommerce business surface.'
  tags:
  - Woocommerce
  - Product Tags
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WOOCOMMERCE_API_KEY: WOOCOMMERCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: store-product-tags
    baseUri: https://example.com/wp-json/wc/store/v1
    description: WooCommerce Store API — Product Tags business capability. Self-contained, no shared references.
    resources:
    - name: products-tags
      path: /products/tags
      operations:
      - name: liststoreproducttags
        method: GET
        description: WooCommerce List Product Tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: store-product-tags-rest
    port: 8080
    description: REST adapter for WooCommerce Store API — Product Tags. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/products/tags
      name: products-tags
      description: REST surface for products-tags.
      operations:
      - method: GET
        name: liststoreproducttags
        description: WooCommerce List Product Tags
        call: store-product-tags.liststoreproducttags
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: store-product-tags-mcp
    port: 9090
    transport: http
    description: MCP adapter for WooCommerce Store API — Product Tags. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: woocommerce-list-product-tags
      description: WooCommerce List Product Tags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: store-product-tags.liststoreproducttags
      outputParameters:
      - type: object
        mapping: $.