Asana · Capability

Asana — Events

Asana — 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

asana-events.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Asana — Events
  description: 'Asana — 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: asana-events
    baseUri: https://app.asana.com/api/1.0
    description: Asana — 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: opt_fields
          in: query
          type: array
          description: This endpoint returns a compact resource, which excludes some properties by default. To include those
            optional properties, set this query parameter to a comma-s
    authentication:
      type: bearer
      token: '{{env.ASANA_API_KEY}}'
  exposes:
  - type: rest
    namespace: asana-events-rest
    port: 8080
    description: REST adapter for Asana — 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: asana-events.getevents
        with:
          opt_fields: rest.opt_fields
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: asana-events-mcp
    port: 9090
    transport: http
    description: MCP adapter for Asana — 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: asana-events.getevents
      with:
        opt_fields: tools.opt_fields
      outputParameters:
      - type: object
        mapping: $.