naftiko: 1.0.0-alpha2 info: label: Atlassian rest/api/3/screens/ — Screens description: 'Atlassian rest/api/3/screens/ — Screens. 4 operations. Lead operation: Atlassian Add Field To Default Screen. Self-contained Naftiko capability covering one Atlassian business surface.' tags: - Atlassian - Screens created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ATLASSIAN_API_KEY: ATLASSIAN_API_KEY capability: consumes: - type: http namespace: rest-api-3-screens--screens baseUri: https://your-domain.atlassian.net description: Atlassian rest/api/3/screens/ — Screens business capability. Self-contained, no shared references. resources: - name: rest-api-3-screens-addToDefault-fieldId path: /rest/api/3/screens/addToDefault/{fieldId} operations: - name: atlassianaddfieldtodefaultscreen method: POST description: Atlassian Add Field To Default Screen outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fieldId in: path type: string description: The ID of the field. required: true - name: rest-api-3-screens-screenId path: /rest/api/3/screens/{screenId} operations: - name: atlassiandeletescreen method: DELETE description: Atlassian Delete Screen outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: screenId in: path type: integer description: The ID of the screen. required: true - name: atlassianupdatescreen method: PUT description: Atlassian Update Screen outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: screenId in: path type: integer description: The ID of the screen. required: true - name: body in: body type: object description: Request body (JSON). required: true - name: rest-api-3-screens-screenId-availableFields path: /rest/api/3/screens/{screenId}/availableFields operations: - name: atlassiangetavailablescreenfields method: GET description: Atlassian Get Available Screen Fields outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: screenId in: path type: integer description: The ID of the screen. required: true exposes: - type: rest namespace: rest-api-3-screens--screens-rest port: 8080 description: REST adapter for Atlassian rest/api/3/screens/ — Screens. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/3/screens/addtodefault/{fieldid} name: rest-api-3-screens-addtodefault-fieldid description: REST surface for rest-api-3-screens-addToDefault-fieldId. operations: - method: POST name: atlassianaddfieldtodefaultscreen description: Atlassian Add Field To Default Screen call: rest-api-3-screens--screens.atlassianaddfieldtodefaultscreen with: fieldId: rest.fieldId outputParameters: - type: object mapping: $. - path: /v1/api/3/screens/{screenid} name: rest-api-3-screens-screenid description: REST surface for rest-api-3-screens-screenId. operations: - method: DELETE name: atlassiandeletescreen description: Atlassian Delete Screen call: rest-api-3-screens--screens.atlassiandeletescreen with: screenId: rest.screenId outputParameters: - type: object mapping: $. - method: PUT name: atlassianupdatescreen description: Atlassian Update Screen call: rest-api-3-screens--screens.atlassianupdatescreen with: screenId: rest.screenId body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/3/screens/{screenid}/availablefields name: rest-api-3-screens-screenid-availablefields description: REST surface for rest-api-3-screens-screenId-availableFields. operations: - method: GET name: atlassiangetavailablescreenfields description: Atlassian Get Available Screen Fields call: rest-api-3-screens--screens.atlassiangetavailablescreenfields with: screenId: rest.screenId outputParameters: - type: object mapping: $. - type: mcp namespace: rest-api-3-screens--screens-mcp port: 9090 transport: http description: MCP adapter for Atlassian rest/api/3/screens/ — Screens. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: atlassian-add-field-default-screen description: Atlassian Add Field To Default Screen hints: readOnly: false destructive: false idempotent: false call: rest-api-3-screens--screens.atlassianaddfieldtodefaultscreen with: fieldId: tools.fieldId outputParameters: - type: object mapping: $. - name: atlassian-delete-screen description: Atlassian Delete Screen hints: readOnly: false destructive: true idempotent: true call: rest-api-3-screens--screens.atlassiandeletescreen with: screenId: tools.screenId outputParameters: - type: object mapping: $. - name: atlassian-update-screen description: Atlassian Update Screen hints: readOnly: false destructive: false idempotent: true call: rest-api-3-screens--screens.atlassianupdatescreen with: screenId: tools.screenId body: tools.body outputParameters: - type: object mapping: $. - name: atlassian-get-available-screen-fields description: Atlassian Get Available Screen Fields hints: readOnly: true destructive: false idempotent: true call: rest-api-3-screens--screens.atlassiangetavailablescreenfields with: screenId: tools.screenId outputParameters: - type: object mapping: $.