Tinybird · Capability

Tinybird API — Events

Tinybird API — Events. 1 operations. Lead operation: Ingest Events. Self-contained Naftiko capability covering one Tinybird business surface.

Run with Naftiko TinybirdEvents

What You Can Do

POST
Ingestevents — Ingest Events
/v1/v0/events

MCP Tools

ingest-events

Ingest Events

Capability Spec

tinybird-events.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Tinybird API — Events
  description: 'Tinybird API — Events. 1 operations. Lead operation: Ingest Events. Self-contained Naftiko capability covering
    one Tinybird business surface.'
  tags:
  - Tinybird
  - Events
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TINYBIRD_API_KEY: TINYBIRD_API_KEY
capability:
  consumes:
  - type: http
    namespace: tinybird-events
    baseUri: https://api.tinybird.co
    description: Tinybird API — Events business capability. Self-contained, no shared references.
    resources:
    - name: v0-events
      path: /v0/events
      operations:
      - name: ingestevents
        method: POST
        description: Ingest Events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: query
          type: string
          description: Name of the target data source
          required: true
        - name: wait
          in: query
          type: boolean
          description: Wait for the ingestion to complete before returning
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.TINYBIRD_API_KEY}}'
  exposes:
  - type: rest
    namespace: tinybird-events-rest
    port: 8080
    description: REST adapter for Tinybird API — Events. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v0/events
      name: v0-events
      description: REST surface for v0-events.
      operations:
      - method: POST
        name: ingestevents
        description: Ingest Events
        call: tinybird-events.ingestevents
        with:
          name: rest.name
          wait: rest.wait
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tinybird-events-mcp
    port: 9090
    transport: http
    description: MCP adapter for Tinybird API — Events. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: ingest-events
      description: Ingest Events
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tinybird-events.ingestevents
      with:
        name: tools.name
        wait: tools.wait
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.