Octoparse · Capability

Octoparse — Token

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

Run with Naftiko OctoparseToken

What You Can Do

POST
Post — Octoparse getToken
/v1/token

MCP Tools

octoparse-gettoken

Octoparse getToken

Capability Spec

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