Argo Workflows · Capability

Argo Workflows — InfoService

Argo Workflows — InfoService. 4 operations. Lead operation: InfoService. Self-contained Naftiko capability covering one Argo Workflows business surface.

Run with Naftiko Argo WorkflowsInfoService

What You Can Do

GET
Infoservicegetinfo — infoservicegetinfo
/v1/api/v1/info
POST
Infoservicecollectevent — infoservicecollectevent
/v1/api/v1/tracking/event
GET
Infoservicegetuserinfo — infoservicegetuserinfo
/v1/api/v1/userinfo
GET
Infoservicegetversion — infoservicegetversion
/v1/api/v1/version

MCP Tools

infoservicegetinfo

infoservicegetinfo

read-only idempotent
infoservicecollectevent

infoservicecollectevent

infoservicegetuserinfo

infoservicegetuserinfo

read-only idempotent
infoservicegetversion

infoservicegetversion

read-only idempotent

Capability Spec

argo-workflows-infoservice.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Argo Workflows — InfoService
  description: 'Argo Workflows — InfoService. 4 operations. Lead operation: InfoService. Self-contained Naftiko capability
    covering one Argo Workflows business surface.'
  tags:
  - Argo Workflows
  - InfoService
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ARGO_WORKFLOWS_API_KEY: ARGO_WORKFLOWS_API_KEY
capability:
  consumes:
  - type: http
    namespace: argo-workflows-infoservice
    baseUri: http://localhost:2746
    description: Argo Workflows — InfoService business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-info
      path: /api/v1/info
      operations:
      - name: infoservicegetinfo
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v1-tracking-event
      path: /api/v1/tracking/event
      operations:
      - name: infoservicecollectevent
        method: POST
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          required: true
    - name: api-v1-userinfo
      path: /api/v1/userinfo
      operations:
      - name: infoservicegetuserinfo
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v1-version
      path: /api/v1/version
      operations:
      - name: infoservicegetversion
        method: GET
        description: ''
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: argo-workflows-infoservice-rest
    port: 8080
    description: REST adapter for Argo Workflows — InfoService. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/v1/info
      name: api-v1-info
      description: REST surface for api-v1-info.
      operations:
      - method: GET
        name: infoservicegetinfo
        description: infoservicegetinfo
        call: argo-workflows-infoservice.infoservicegetinfo
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/tracking/event
      name: api-v1-tracking-event
      description: REST surface for api-v1-tracking-event.
      operations:
      - method: POST
        name: infoservicecollectevent
        description: infoservicecollectevent
        call: argo-workflows-infoservice.infoservicecollectevent
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/userinfo
      name: api-v1-userinfo
      description: REST surface for api-v1-userinfo.
      operations:
      - method: GET
        name: infoservicegetuserinfo
        description: infoservicegetuserinfo
        call: argo-workflows-infoservice.infoservicegetuserinfo
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/version
      name: api-v1-version
      description: REST surface for api-v1-version.
      operations:
      - method: GET
        name: infoservicegetversion
        description: infoservicegetversion
        call: argo-workflows-infoservice.infoservicegetversion
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: argo-workflows-infoservice-mcp
    port: 9090
    transport: http
    description: MCP adapter for Argo Workflows — InfoService. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: infoservicegetinfo
      description: infoservicegetinfo
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: argo-workflows-infoservice.infoservicegetinfo
      outputParameters:
      - type: object
        mapping: $.
    - name: infoservicecollectevent
      description: infoservicecollectevent
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: argo-workflows-infoservice.infoservicecollectevent
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: infoservicegetuserinfo
      description: infoservicegetuserinfo
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: argo-workflows-infoservice.infoservicegetuserinfo
      outputParameters:
      - type: object
        mapping: $.
    - name: infoservicegetversion
      description: infoservicegetversion
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: argo-workflows-infoservice.infoservicegetversion
      outputParameters:
      - type: object
        mapping: $.