Asana · Capability

Asana Events API — Events

Asana Events API — Events. 1 operations. Lead operation: Asana Get events on a resource. Self-contained Naftiko capability covering one Asana business surface.

Run with Naftiko AsanaEvents

What You Can Do

GET
Getevents — Asana Get events on a resource
/v1/events

MCP Tools

asana-get-events-resource

Asana Get events on a resource

read-only idempotent

Capability Spec

events-events.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Asana Events API — Events
  description: 'Asana Events API — Events. 1 operations. Lead operation: Asana Get events on a resource. Self-contained Naftiko
    capability covering one Asana business surface.'
  tags:
  - Asana
  - Events
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ASANA_API_KEY: ASANA_API_KEY
capability:
  consumes:
  - type: http
    namespace: events-events
    baseUri: https://app.asana.com/api/1.0
    description: Asana Events API — Events business capability. Self-contained, no shared references.
    resources:
    - name: events
      path: /events
      operations:
      - name: getevents
        method: GET
        description: Asana Get events on a resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resource
          in: query
          type: string
          description: A resource ID to subscribe to.
          required: true
        - name: sync
          in: query
          type: string
          description: A sync token received from the last request, or none on first request.
        - name: opt_fields
          in: query
          type: array
    authentication:
      type: bearer
      token: '{{env.ASANA_API_KEY}}'
  exposes:
  - type: rest
    namespace: events-events-rest
    port: 8080
    description: REST adapter for Asana Events API — Events. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/events
      name: events
      description: REST surface for events.
      operations:
      - method: GET
        name: getevents
        description: Asana Get events on a resource
        call: events-events.getevents
        with:
          resource: rest.resource
          sync: rest.sync
          opt_fields: rest.opt_fields
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: events-events-mcp
    port: 9090
    transport: http
    description: MCP adapter for Asana Events API — Events. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: asana-get-events-resource
      description: Asana Get events on a resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: events-events.getevents
      with:
        resource: tools.resource
        sync: tools.sync
        opt_fields: tools.opt_fields
      outputParameters:
      - type: object
        mapping: $.