FINOS · Capability

Agent API — Datahose

Agent API — Datahose. 1 operations. Lead operation: Creates and Reads a real time feed of messages and events of your pod (Datahose). Self-contained Naftiko capability covering one Finos business surface.

Run with Naftiko FinosDatahose

What You Can Do

POST
Readevents — Creates and Reads a real time feed of messages and events of your pod (Datahose)
/v1/v5/events/read

MCP Tools

creates-and-reads-real-time

Creates and Reads a real time feed of messages and events of your pod (Datahose)

Capability Spec

symphony-agent-datahose.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Agent API — Datahose
  description: 'Agent API — Datahose. 1 operations. Lead operation: Creates and Reads a real time feed of messages and events
    of your pod (Datahose). Self-contained Naftiko capability covering one Finos business surface.'
  tags:
  - Finos
  - Datahose
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FINOS_API_KEY: FINOS_API_KEY
capability:
  consumes:
  - type: http
    namespace: symphony-agent-datahose
    baseUri: ''
    description: Agent API — Datahose business capability. Self-contained, no shared references.
    resources:
    - name: v5-events-read
      path: /v5/events/read
      operations:
      - name: readevents
        method: POST
        description: Creates and Reads a real time feed of messages and events of your pod (Datahose)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sessionToken
          in: header
          type: string
          description: Session authentication token.
          required: true
        - name: keyManagerToken
          in: header
          type: string
          description: Key Manager authentication token.
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: symphony-agent-datahose-rest
    port: 8080
    description: REST adapter for Agent API — Datahose. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/v5/events/read
      name: v5-events-read
      description: REST surface for v5-events-read.
      operations:
      - method: POST
        name: readevents
        description: Creates and Reads a real time feed of messages and events of your pod (Datahose)
        call: symphony-agent-datahose.readevents
        with:
          sessionToken: rest.sessionToken
          keyManagerToken: rest.keyManagerToken
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: symphony-agent-datahose-mcp
    port: 9090
    transport: http
    description: MCP adapter for Agent API — Datahose. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: creates-and-reads-real-time
      description: Creates and Reads a real time feed of messages and events of your pod (Datahose)
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: symphony-agent-datahose.readevents
      with:
        sessionToken: tools.sessionToken
        keyManagerToken: tools.keyManagerToken
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.