Shopify · Capability

Shopify API — Spam

Shopify API — Spam. 2 operations. Lead operation: Shopify Marks A Comment As Not Spam. Self-contained Naftiko capability covering one Shopify business surface.

Run with Naftiko ShopifySpam

What You Can Do

POST
Deprecated202001createcommentsparamcommentidnotspam — Shopify Marks A Comment As Not Spam
/v1/admin/api/2020-01/comments/{comment-id}/not-spam-json
POST
Deprecated202001createcommentsparamcommentidspam — Shopify Marks A Comment As Spam
/v1/admin/api/2020-01/comments/{comment-id}/spam-json

MCP Tools

shopify-marks-comment-not-spam

Shopify Marks A Comment As Not Spam

shopify-marks-comment-spam

Shopify Marks A Comment As Spam

Capability Spec

shopify-spam.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Shopify  API — Spam
  description: 'Shopify  API — Spam. 2 operations. Lead operation: Shopify Marks A Comment As Not Spam. Self-contained Naftiko
    capability covering one Shopify business surface.'
  tags:
  - Shopify
  - Spam
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SHOPIFY_API_KEY: SHOPIFY_API_KEY
capability:
  consumes:
  - type: http
    namespace: shopify-spam
    baseUri: ''
    description: Shopify  API — Spam business capability. Self-contained, no shared references.
    resources:
    - name: admin-api-2020-01-comments-comment_id-not_spam.json
      path: /admin/api/2020-01/comments/{comment_id}/not_spam.json
      operations:
      - name: deprecated202001createcommentsparamcommentidnotspam
        method: POST
        description: Shopify Marks A Comment As Not Spam
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: comment_id
          in: path
          type: string
          description: comment_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: admin-api-2020-01-comments-comment_id-spam.json
      path: /admin/api/2020-01/comments/{comment_id}/spam.json
      operations:
      - name: deprecated202001createcommentsparamcommentidspam
        method: POST
        description: Shopify Marks A Comment As Spam
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: comment_id
          in: path
          type: string
          description: comment_id
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: shopify-spam-rest
    port: 8080
    description: REST adapter for Shopify  API — Spam. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/admin/api/2020-01/comments/{comment-id}/not-spam-json
      name: admin-api-2020-01-comments-comment-id-not-spam-json
      description: REST surface for admin-api-2020-01-comments-comment_id-not_spam.json.
      operations:
      - method: POST
        name: deprecated202001createcommentsparamcommentidnotspam
        description: Shopify Marks A Comment As Not Spam
        call: shopify-spam.deprecated202001createcommentsparamcommentidnotspam
        with:
          comment_id: rest.comment_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin/api/2020-01/comments/{comment-id}/spam-json
      name: admin-api-2020-01-comments-comment-id-spam-json
      description: REST surface for admin-api-2020-01-comments-comment_id-spam.json.
      operations:
      - method: POST
        name: deprecated202001createcommentsparamcommentidspam
        description: Shopify Marks A Comment As Spam
        call: shopify-spam.deprecated202001createcommentsparamcommentidspam
        with:
          comment_id: rest.comment_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shopify-spam-mcp
    port: 9090
    transport: http
    description: MCP adapter for Shopify  API — Spam. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: shopify-marks-comment-not-spam
      description: Shopify Marks A Comment As Not Spam
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-spam.deprecated202001createcommentsparamcommentidnotspam
      with:
        comment_id: tools.comment_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: shopify-marks-comment-spam
      description: Shopify Marks A Comment As Spam
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: shopify-spam.deprecated202001createcommentsparamcommentidspam
      with:
        comment_id: tools.comment_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.