Octoparse · Capability

Octoparse — Subtasks

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

Run with Naftiko OctoparseSubtasks

What You Can Do

POST
Post — Octoparse cloudextractionSubtasksStart
/v1/cloudextraction/subtasks-start
POST
Post — Octoparse cloudextractionSubtasksStop
/v1/cloudextraction/subtasks-stop

MCP Tools

octoparse-cloudextractionsubtasksstart

Octoparse cloudextractionSubtasksStart

octoparse-cloudextractionsubtasksstop

Octoparse cloudextractionSubtasksStop

Capability Spec

octoparse-subtasks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Octoparse — Subtasks
  description: 'Octoparse — Subtasks. 2 operations. Lead operation: Octoparse cloudextractionSubtasksStart. Self-contained
    Naftiko capability covering one Octoparse business surface.'
  tags:
  - Octoparse
  - Subtasks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    OCTOPARSE_API_KEY: OCTOPARSE_API_KEY
capability:
  consumes:
  - type: http
    namespace: octoparse-subtasks
    baseUri: https://openapi.octoparse.com
    description: Octoparse — Subtasks business capability. Self-contained, no shared references.
    resources:
    - name: cloudextraction-subtasks{start}
      path: cloudextraction/subtasks{start}
      operations:
      - name: post
        method: POST
        description: Octoparse cloudextractionSubtasksStart
        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-subtasks-rest
    port: 8080
    description: REST adapter for Octoparse — Subtasks. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/cloudextraction/subtasks-start
      name: cloudextraction-subtasks-start
      description: REST surface for cloudextraction-subtasks{start}.
      operations:
      - method: POST
        name: post
        description: Octoparse cloudextractionSubtasksStart
        call: octoparse-subtasks.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-subtasks.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: octoparse-subtasks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Octoparse — Subtasks. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: octoparse-cloudextractionsubtasksstart
      description: Octoparse cloudextractionSubtasksStart
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: octoparse-subtasks.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: octoparse-cloudextractionsubtasksstop
      description: Octoparse cloudextractionSubtasksStop
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: octoparse-subtasks.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.