Asana · Capability

Asana — Typeahead

Asana — Typeahead. 1 operations. Lead operation: Asana Get objects via typeahead. Self-contained Naftiko capability covering one Asana business surface.

Run with Naftiko AsanaTypeahead

What You Can Do

GET
Typeaheadforworkspace — Asana Get objects via typeahead
/v1/workspaces/{workspace-gid}/typeahead

MCP Tools

asana-get-objects-typeahead

Asana Get objects via typeahead

read-only idempotent

Capability Spec

asana-typeahead.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Asana — Typeahead
  description: 'Asana — Typeahead. 1 operations. Lead operation: Asana Get objects via typeahead. Self-contained Naftiko capability
    covering one Asana business surface.'
  tags:
  - Asana
  - Typeahead
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ASANA_API_KEY: ASANA_API_KEY
capability:
  consumes:
  - type: http
    namespace: asana-typeahead
    baseUri: https://app.asana.com/api/1.0
    description: Asana — Typeahead business capability. Self-contained, no shared references.
    resources:
    - name: workspaces-workspace_gid-typeahead
      path: /workspaces/{workspace_gid}/typeahead
      operations:
      - name: typeaheadforworkspace
        method: GET
        description: Asana Get objects via typeahead
        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-typeahead-rest
    port: 8080
    description: REST adapter for Asana — Typeahead. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/workspaces/{workspace-gid}/typeahead
      name: workspaces-workspace-gid-typeahead
      description: REST surface for workspaces-workspace_gid-typeahead.
      operations:
      - method: GET
        name: typeaheadforworkspace
        description: Asana Get objects via typeahead
        call: asana-typeahead.typeaheadforworkspace
        with:
          opt_fields: rest.opt_fields
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: asana-typeahead-mcp
    port: 9090
    transport: http
    description: MCP adapter for Asana — Typeahead. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: asana-get-objects-typeahead
      description: Asana Get objects via typeahead
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: asana-typeahead.typeaheadforworkspace
      with:
        opt_fields: tools.opt_fields
      outputParameters:
      - type: object
        mapping: $.