Octoparse · Capability

Octoparse — Copy

Octoparse — Copy. 1 operations. Lead operation: Octoparse Copy. Self-contained Naftiko capability covering one Octoparse business surface.

Run with Naftiko OctoparseCopy

What You Can Do

POST
Post — Octoparse Copy
/v1/task/copy

MCP Tools

octoparse-copy

Octoparse Copy

Capability Spec

octoparse-copy.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Octoparse — Copy
  description: 'Octoparse — Copy. 1 operations. Lead operation: Octoparse Copy. Self-contained Naftiko capability covering
    one Octoparse business surface.'
  tags:
  - Octoparse
  - Copy
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    OCTOPARSE_API_KEY: OCTOPARSE_API_KEY
capability:
  consumes:
  - type: http
    namespace: octoparse-copy
    baseUri: https://openapi.octoparse.com
    description: Octoparse — Copy business capability. Self-contained, no shared references.
    resources:
    - name: task-copy
      path: task/copy
      operations:
      - name: post
        method: POST
        description: Octoparse Copy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: taskGroupId
          in: query
          type: string
          description: Task group ID (If not specified, the task will be duplicated to the current task group)
          required: true
        - name: taskId
          in: query
          type: string
          description: Task ID
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: octoparse-copy-rest
    port: 8080
    description: REST adapter for Octoparse — Copy. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/task/copy
      name: task-copy
      description: REST surface for task-copy.
      operations:
      - method: POST
        name: post
        description: Octoparse Copy
        call: octoparse-copy.post
        with:
          taskGroupId: rest.taskGroupId
          taskId: rest.taskId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: octoparse-copy-mcp
    port: 9090
    transport: http
    description: MCP adapter for Octoparse — Copy. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: octoparse-copy
      description: Octoparse Copy
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: octoparse-copy.post
      with:
        taskGroupId: tools.taskGroupId
        taskId: tools.taskId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.