naftiko: 1.0.0-alpha2 info: label: Atlassian The Jira Cloud platform REST API — Project Key and Name Validation description: 'Atlassian The Jira Cloud platform REST API — Project Key and Name Validation. 3 operations. Lead operation: Atlassian Validate Project Key. Self-contained Naftiko capability covering one Atlassian business surface.' tags: - Atlassian - Project Key and Name Validation created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ATLASSIAN_API_KEY: ATLASSIAN_API_KEY capability: consumes: - type: http namespace: jira-project-key-and-name-validation baseUri: https://your-domain.atlassian.net description: Atlassian The Jira Cloud platform REST API — Project Key and Name Validation business capability. Self-contained, no shared references. resources: - name: rest-api-3-projectvalidate-key path: /rest/api/3/projectvalidate/key operations: - name: atlassianvalidateprojectkey method: GET description: Atlassian Validate Project Key outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: key in: query type: string description: The project key. - name: rest-api-3-projectvalidate-validProjectKey path: /rest/api/3/projectvalidate/validProjectKey operations: - name: atlassiangetvalidprojectkey method: GET description: Atlassian Get Valid Project Key outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: key in: query type: string description: The project key. - name: rest-api-3-projectvalidate-validProjectName path: /rest/api/3/projectvalidate/validProjectName operations: - name: atlassiangetvalidprojectname method: GET description: Atlassian Get Valid Project Name outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: name in: query type: string description: The project name. required: true authentication: type: bearer token: '{{env.ATLASSIAN_API_KEY}}' exposes: - type: rest namespace: jira-project-key-and-name-validation-rest port: 8080 description: REST adapter for Atlassian The Jira Cloud platform REST API — Project Key and Name Validation. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/3/projectvalidate/key name: rest-api-3-projectvalidate-key description: REST surface for rest-api-3-projectvalidate-key. operations: - method: GET name: atlassianvalidateprojectkey description: Atlassian Validate Project Key call: jira-project-key-and-name-validation.atlassianvalidateprojectkey with: key: rest.key outputParameters: - type: object mapping: $. - path: /v1/api/3/projectvalidate/validprojectkey name: rest-api-3-projectvalidate-validprojectkey description: REST surface for rest-api-3-projectvalidate-validProjectKey. operations: - method: GET name: atlassiangetvalidprojectkey description: Atlassian Get Valid Project Key call: jira-project-key-and-name-validation.atlassiangetvalidprojectkey with: key: rest.key outputParameters: - type: object mapping: $. - path: /v1/api/3/projectvalidate/validprojectname name: rest-api-3-projectvalidate-validprojectname description: REST surface for rest-api-3-projectvalidate-validProjectName. operations: - method: GET name: atlassiangetvalidprojectname description: Atlassian Get Valid Project Name call: jira-project-key-and-name-validation.atlassiangetvalidprojectname with: name: rest.name outputParameters: - type: object mapping: $. - type: mcp namespace: jira-project-key-and-name-validation-mcp port: 9090 transport: http description: MCP adapter for Atlassian The Jira Cloud platform REST API — Project Key and Name Validation. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: atlassian-validate-project-key description: Atlassian Validate Project Key hints: readOnly: true destructive: false idempotent: true call: jira-project-key-and-name-validation.atlassianvalidateprojectkey with: key: tools.key outputParameters: - type: object mapping: $. - name: atlassian-get-valid-project-key description: Atlassian Get Valid Project Key hints: readOnly: true destructive: false idempotent: true call: jira-project-key-and-name-validation.atlassiangetvalidprojectkey with: key: tools.key outputParameters: - type: object mapping: $. - name: atlassian-get-valid-project-name description: Atlassian Get Valid Project Name hints: readOnly: true destructive: false idempotent: true call: jira-project-key-and-name-validation.atlassiangetvalidprojectname with: name: tools.name outputParameters: - type: object mapping: $.