naftiko: 1.0.0-alpha2 info: label: Atlassian The Jira Cloud platform REST API — Workflow Statuses description: 'Atlassian The Jira Cloud platform REST API — Workflow Statuses. 2 operations. Lead operation: Atlassian Get All Statuses. Self-contained Naftiko capability covering one Atlassian business surface.' tags: - Atlassian - Workflow Statuses created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ATLASSIAN_API_KEY: ATLASSIAN_API_KEY capability: consumes: - type: http namespace: jira-workflow-statuses baseUri: https://your-domain.atlassian.net description: Atlassian The Jira Cloud platform REST API — Workflow Statuses business capability. Self-contained, no shared references. resources: - name: rest-api-3-status path: /rest/api/3/status operations: - name: atlassiangetstatuses method: GET description: Atlassian Get All Statuses outputRawFormat: json outputParameters: - name: result type: object value: $. - name: rest-api-3-status-idOrName path: /rest/api/3/status/{idOrName} operations: - name: atlassiangetstatus method: GET description: Atlassian Get Status outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: idOrName in: path type: string description: The ID or name of the status. required: true authentication: type: bearer token: '{{env.ATLASSIAN_API_KEY}}' exposes: - type: rest namespace: jira-workflow-statuses-rest port: 8080 description: REST adapter for Atlassian The Jira Cloud platform REST API — Workflow Statuses. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/3/status name: rest-api-3-status description: REST surface for rest-api-3-status. operations: - method: GET name: atlassiangetstatuses description: Atlassian Get All Statuses call: jira-workflow-statuses.atlassiangetstatuses outputParameters: - type: object mapping: $. - path: /v1/api/3/status/{idorname} name: rest-api-3-status-idorname description: REST surface for rest-api-3-status-idOrName. operations: - method: GET name: atlassiangetstatus description: Atlassian Get Status call: jira-workflow-statuses.atlassiangetstatus with: idOrName: rest.idOrName outputParameters: - type: object mapping: $. - type: mcp namespace: jira-workflow-statuses-mcp port: 9090 transport: http description: MCP adapter for Atlassian The Jira Cloud platform REST API — Workflow Statuses. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: atlassian-get-all-statuses description: Atlassian Get All Statuses hints: readOnly: true destructive: false idempotent: true call: jira-workflow-statuses.atlassiangetstatuses outputParameters: - type: object mapping: $. - name: atlassian-get-status description: Atlassian Get Status hints: readOnly: true destructive: false idempotent: true call: jira-workflow-statuses.atlassiangetstatus with: idOrName: tools.idOrName outputParameters: - type: object mapping: $.