naftiko: 1.0.0-alpha2 info: label: Atlassian The Jira Cloud platform REST API — Time Tracking description: 'Atlassian The Jira Cloud platform REST API — Time Tracking. 5 operations. Lead operation: Atlassian Get Selected Time Tracking Provider. Self-contained Naftiko capability covering one Atlassian business surface.' tags: - Atlassian - Time Tracking created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ATLASSIAN_API_KEY: ATLASSIAN_API_KEY capability: consumes: - type: http namespace: jira-time-tracking baseUri: https://your-domain.atlassian.net description: Atlassian The Jira Cloud platform REST API — Time Tracking business capability. Self-contained, no shared references. resources: - name: rest-api-3-configuration-timetracking path: /rest/api/3/configuration/timetracking operations: - name: atlassiangetselectedtimetrackingimplementation method: GET description: Atlassian Get Selected Time Tracking Provider outputRawFormat: json outputParameters: - name: result type: object value: $. - name: atlassianselecttimetrackingimplementation method: PUT description: Atlassian Select Time Tracking Provider outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: rest-api-3-configuration-timetracking-list path: /rest/api/3/configuration/timetracking/list operations: - name: atlassiangetavailabletimetrackingimplementations method: GET description: Atlassian Get All Time Tracking Providers outputRawFormat: json outputParameters: - name: result type: object value: $. - name: rest-api-3-configuration-timetracking-options path: /rest/api/3/configuration/timetracking/options operations: - name: atlassiangetsharedtimetrackingconfiguration method: GET description: Atlassian Get Time Tracking Settings outputRawFormat: json outputParameters: - name: result type: object value: $. - name: atlassiansetsharedtimetrackingconfiguration method: PUT description: Atlassian Set Time Tracking Settings outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.ATLASSIAN_API_KEY}}' exposes: - type: rest namespace: jira-time-tracking-rest port: 8080 description: REST adapter for Atlassian The Jira Cloud platform REST API — Time Tracking. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/3/configuration/timetracking name: rest-api-3-configuration-timetracking description: REST surface for rest-api-3-configuration-timetracking. operations: - method: GET name: atlassiangetselectedtimetrackingimplementation description: Atlassian Get Selected Time Tracking Provider call: jira-time-tracking.atlassiangetselectedtimetrackingimplementation outputParameters: - type: object mapping: $. - method: PUT name: atlassianselecttimetrackingimplementation description: Atlassian Select Time Tracking Provider call: jira-time-tracking.atlassianselecttimetrackingimplementation with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/3/configuration/timetracking/list name: rest-api-3-configuration-timetracking-list description: REST surface for rest-api-3-configuration-timetracking-list. operations: - method: GET name: atlassiangetavailabletimetrackingimplementations description: Atlassian Get All Time Tracking Providers call: jira-time-tracking.atlassiangetavailabletimetrackingimplementations outputParameters: - type: object mapping: $. - path: /v1/api/3/configuration/timetracking/options name: rest-api-3-configuration-timetracking-options description: REST surface for rest-api-3-configuration-timetracking-options. operations: - method: GET name: atlassiangetsharedtimetrackingconfiguration description: Atlassian Get Time Tracking Settings call: jira-time-tracking.atlassiangetsharedtimetrackingconfiguration outputParameters: - type: object mapping: $. - method: PUT name: atlassiansetsharedtimetrackingconfiguration description: Atlassian Set Time Tracking Settings call: jira-time-tracking.atlassiansetsharedtimetrackingconfiguration with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: jira-time-tracking-mcp port: 9090 transport: http description: MCP adapter for Atlassian The Jira Cloud platform REST API — Time Tracking. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: atlassian-get-selected-time-tracking description: Atlassian Get Selected Time Tracking Provider hints: readOnly: true destructive: false idempotent: true call: jira-time-tracking.atlassiangetselectedtimetrackingimplementation outputParameters: - type: object mapping: $. - name: atlassian-select-time-tracking-provider description: Atlassian Select Time Tracking Provider hints: readOnly: false destructive: false idempotent: true call: jira-time-tracking.atlassianselecttimetrackingimplementation with: body: tools.body outputParameters: - type: object mapping: $. - name: atlassian-get-all-time-tracking description: Atlassian Get All Time Tracking Providers hints: readOnly: true destructive: false idempotent: true call: jira-time-tracking.atlassiangetavailabletimetrackingimplementations outputParameters: - type: object mapping: $. - name: atlassian-get-time-tracking-settings description: Atlassian Get Time Tracking Settings hints: readOnly: true destructive: false idempotent: true call: jira-time-tracking.atlassiangetsharedtimetrackingconfiguration outputParameters: - type: object mapping: $. - name: atlassian-set-time-tracking-settings description: Atlassian Set Time Tracking Settings hints: readOnly: false destructive: false idempotent: true call: jira-time-tracking.atlassiansetsharedtimetrackingconfiguration with: body: tools.body outputParameters: - type: object mapping: $.