Octoparse · Capability

Octoparse — Stop

Octoparse — Stop. 2 operations. Lead operation: Octoparse cloudextractionStop. Self-contained Naftiko capability covering one Octoparse business surface.

Run with Naftiko OctoparseStop

What You Can Do

POST
Post — Octoparse cloudextractionStop
/v1/cloudextraction/stop
POST
Post — Octoparse cloudextractionSubtasksStop
/v1/cloudextraction/subtasks-stop

MCP Tools

octoparse-cloudextractionstop

Octoparse cloudextractionStop

octoparse-cloudextractionsubtasksstop

Octoparse cloudextractionSubtasksStop

Capability Spec

octoparse-stop.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Octoparse — Stop
  description: 'Octoparse — Stop. 2 operations. Lead operation: Octoparse cloudextractionStop. Self-contained Naftiko capability
    covering one Octoparse business surface.'
  tags:
  - Octoparse
  - Stop
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    OCTOPARSE_API_KEY: OCTOPARSE_API_KEY
capability:
  consumes:
  - type: http
    namespace: octoparse-stop
    baseUri: https://openapi.octoparse.com
    description: Octoparse — Stop business capability. Self-contained, no shared references.
    resources:
    - name: cloudextraction-stop
      path: cloudextraction/stop
      operations:
      - name: post
        method: POST
        description: Octoparse cloudextractionStop
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: cloudextraction-subtasks{stop}
      path: cloudextraction/subtasks{stop}
      operations:
      - name: post
        method: POST
        description: Octoparse cloudextractionSubtasksStop
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: octoparse-stop-rest
    port: 8080
    description: REST adapter for Octoparse — Stop. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/cloudextraction/stop
      name: cloudextraction-stop
      description: REST surface for cloudextraction-stop.
      operations:
      - method: POST
        name: post
        description: Octoparse cloudextractionStop
        call: octoparse-stop.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/cloudextraction/subtasks-stop
      name: cloudextraction-subtasks-stop
      description: REST surface for cloudextraction-subtasks{stop}.
      operations:
      - method: POST
        name: post
        description: Octoparse cloudextractionSubtasksStop
        call: octoparse-stop.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: octoparse-stop-mcp
    port: 9090
    transport: http
    description: MCP adapter for Octoparse — Stop. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: octoparse-cloudextractionstop
      description: Octoparse cloudextractionStop
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: octoparse-stop.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: octoparse-cloudextractionsubtasksstop
      description: Octoparse cloudextractionSubtasksStop
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: octoparse-stop.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.