Asana · Capability

Asana — Time Tracking Entries

Asana — Time Tracking Entries. 5 operations. Lead operation: Asana Get time tracking entries for a task. Self-contained Naftiko capability covering one Asana business surface.

Run with Naftiko AsanaTime Tracking Entries

What You Can Do

GET
Gettimetrackingentriesfortask — Asana Get time tracking entries for a task
/v1/tasks/{task-gid}/time-tracking-entries
POST
Createtimetrackingentry — Asana Create a time tracking entry
/v1/tasks/{task-gid}/time-tracking-entries
GET
Gettimetrackingentry — Asana Get a time tracking entry
/v1/time-tracking-entries/{time-tracking-entry-gid}
PUT
Updatetimetrackingentry — Asana Update a time tracking entry
/v1/time-tracking-entries/{time-tracking-entry-gid}
DELETE
Deletetimetrackingentry — Asana Delete a time tracking entry
/v1/time-tracking-entries/{time-tracking-entry-gid}

MCP Tools

asana-get-time-tracking-entries

Asana Get time tracking entries for a task

read-only idempotent
asana-create-time-tracking-entry

Asana Create a time tracking entry

asana-get-time-tracking-entry

Asana Get a time tracking entry

read-only idempotent
asana-update-time-tracking-entry

Asana Update a time tracking entry

idempotent
asana-delete-time-tracking-entry

Asana Delete a time tracking entry

idempotent

Capability Spec

asana-time-tracking-entries.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Asana — Time Tracking Entries
  description: 'Asana — Time Tracking Entries. 5 operations. Lead operation: Asana Get time tracking entries for a task. Self-contained
    Naftiko capability covering one Asana business surface.'
  tags:
  - Asana
  - Time Tracking Entries
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ASANA_API_KEY: ASANA_API_KEY
capability:
  consumes:
  - type: http
    namespace: asana-time-tracking-entries
    baseUri: https://app.asana.com/api/1.0
    description: Asana — Time Tracking Entries business capability. Self-contained, no shared references.
    resources:
    - name: tasks-task_gid-time_tracking_entries
      path: /tasks/{task_gid}/time_tracking_entries
      operations:
      - name: gettimetrackingentriesfortask
        method: GET
        description: Asana Get time tracking entries for a task
        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
      - name: createtimetrackingentry
        method: POST
        description: Asana Create a time tracking entry
        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
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: time_tracking_entries-time_tracking_entry_gid
      path: /time_tracking_entries/{time_tracking_entry_gid}
      operations:
      - name: gettimetrackingentry
        method: GET
        description: Asana Get a time tracking entry
        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
      - name: updatetimetrackingentry
        method: PUT
        description: Asana Update a time tracking entry
        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
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletetimetrackingentry
        method: DELETE
        description: Asana Delete a time tracking entry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ASANA_API_KEY}}'
  exposes:
  - type: rest
    namespace: asana-time-tracking-entries-rest
    port: 8080
    description: REST adapter for Asana — Time Tracking Entries. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/tasks/{task-gid}/time-tracking-entries
      name: tasks-task-gid-time-tracking-entries
      description: REST surface for tasks-task_gid-time_tracking_entries.
      operations:
      - method: GET
        name: gettimetrackingentriesfortask
        description: Asana Get time tracking entries for a task
        call: asana-time-tracking-entries.gettimetrackingentriesfortask
        with:
          opt_fields: rest.opt_fields
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createtimetrackingentry
        description: Asana Create a time tracking entry
        call: asana-time-tracking-entries.createtimetrackingentry
        with:
          opt_fields: rest.opt_fields
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/time-tracking-entries/{time-tracking-entry-gid}
      name: time-tracking-entries-time-tracking-entry-gid
      description: REST surface for time_tracking_entries-time_tracking_entry_gid.
      operations:
      - method: GET
        name: gettimetrackingentry
        description: Asana Get a time tracking entry
        call: asana-time-tracking-entries.gettimetrackingentry
        with:
          opt_fields: rest.opt_fields
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatetimetrackingentry
        description: Asana Update a time tracking entry
        call: asana-time-tracking-entries.updatetimetrackingentry
        with:
          opt_fields: rest.opt_fields
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletetimetrackingentry
        description: Asana Delete a time tracking entry
        call: asana-time-tracking-entries.deletetimetrackingentry
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: asana-time-tracking-entries-mcp
    port: 9090
    transport: http
    description: MCP adapter for Asana — Time Tracking Entries. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: asana-get-time-tracking-entries
      description: Asana Get time tracking entries for a task
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: asana-time-tracking-entries.gettimetrackingentriesfortask
      with:
        opt_fields: tools.opt_fields
      outputParameters:
      - type: object
        mapping: $.
    - name: asana-create-time-tracking-entry
      description: Asana Create a time tracking entry
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: asana-time-tracking-entries.createtimetrackingentry
      with:
        opt_fields: tools.opt_fields
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: asana-get-time-tracking-entry
      description: Asana Get a time tracking entry
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: asana-time-tracking-entries.gettimetrackingentry
      with:
        opt_fields: tools.opt_fields
      outputParameters:
      - type: object
        mapping: $.
    - name: asana-update-time-tracking-entry
      description: Asana Update a time tracking entry
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: asana-time-tracking-entries.updatetimetrackingentry
      with:
        opt_fields: tools.opt_fields
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: asana-delete-time-tracking-entry
      description: Asana Delete a time tracking entry
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: asana-time-tracking-entries.deletetimetrackingentry
      outputParameters:
      - type: object
        mapping: $.