Octoparse · Capability

Octoparse — Statuses

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

Run with Naftiko OctoparseStatuses

What You Can Do

POST
Post — Octoparse TaskStatus
/v1/cloudextraction/statuses
POST
Post — Octoparse TaskStatusV2
/v1/cloudextraction/statuses/v2

MCP Tools

octoparse-taskstatus

Octoparse TaskStatus

octoparse-taskstatusv2

Octoparse TaskStatusV2

Capability Spec

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