Octoparse · Capability

Octoparse — Action

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

Run with Naftiko OctoparseAction

What You Can Do

POST
Post — Octoparse updateActionProperties
/v1/task/updateactionproperties

MCP Tools

octoparse-updateactionproperties

Octoparse updateActionProperties

Capability Spec

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