Lit Protocol · Capability

lit-api-server — Actions

lit-api-server — Actions. 1 operations. Lead operation: Actions. Self-contained Naftiko capability covering one Lit Protocol business surface.

Run with Naftiko Lit ProtocolActions

What You Can Do

POST
Litaction — litaction
/v1/lit-action

MCP Tools

litaction

litaction

Capability Spec

core-v1-actions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: lit-api-server — Actions
  description: 'lit-api-server — Actions. 1 operations. Lead operation: Actions. Self-contained Naftiko capability covering
    one Lit Protocol business surface.'
  tags:
  - Lit Protocol
  - Actions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LIT_PROTOCOL_API_KEY: LIT_PROTOCOL_API_KEY
capability:
  consumes:
  - type: http
    namespace: core-v1-actions
    baseUri: ''
    description: lit-api-server — Actions business capability. Self-contained, no shared references.
    resources:
    - name: lit_action
      path: /lit_action
      operations:
      - name: litaction
        method: POST
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: X-Api-Key
          in: header
          type: string
          description: 'Account or usage API key. Alternatively use Authorization: Bearer <key>.'
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: core-v1-actions-rest
    port: 8080
    description: REST adapter for lit-api-server — Actions. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/lit-action
      name: lit-action
      description: REST surface for lit_action.
      operations:
      - method: POST
        name: litaction
        description: litaction
        call: core-v1-actions.litaction
        with:
          X-Api-Key: rest.X-Api-Key
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: core-v1-actions-mcp
    port: 9090
    transport: http
    description: MCP adapter for lit-api-server — Actions. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: litaction
      description: litaction
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: core-v1-actions.litaction
      with:
        X-Api-Key: tools.X-Api-Key
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.