naftiko: 1.0.0-alpha2 info: label: Atlassian wiki/rest/api/template/ — Template description: 'Atlassian wiki/rest/api/template/ — Template. 4 operations. Lead operation: Atlassian Get Blueprint Templates. Self-contained Naftiko capability covering one Atlassian business surface.' tags: - Atlassian - Template created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ATLASSIAN_API_KEY: ATLASSIAN_API_KEY capability: consumes: - type: http namespace: wiki-rest-api-template--template baseUri: '' description: Atlassian wiki/rest/api/template/ — Template business capability. Self-contained, no shared references. resources: - name: wiki-rest-api-template-blueprint path: /wiki/rest/api/template/blueprint operations: - name: atlassiangetblueprinttemplates method: GET description: Atlassian Get Blueprint Templates outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: spaceKey in: query type: string description: The key of the space to be queried for templates. If the `spaceKey` - name: start in: query type: integer description: The starting index of the returned templates. - name: limit in: query type: integer description: The maximum number of templates to return per page. - name: expand in: query type: array description: A multi-value parameter indicating which properties of the template - name: wiki-rest-api-template-page path: /wiki/rest/api/template/page operations: - name: atlassiangetcontenttemplates method: GET description: Atlassian Get Content Templates outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: spaceKey in: query type: string description: The key of the space to be queried for templates. If the `spaceKey` - name: start in: query type: integer description: The starting index of the returned templates. - name: limit in: query type: integer description: The maximum number of templates to return per page. - name: expand in: query type: array description: A multi-value parameter indicating which properties of the template - name: wiki-rest-api-template-contentTemplateId path: /wiki/rest/api/template/{contentTemplateId} operations: - name: atlassiangetcontenttemplate method: GET description: Atlassian Get Content Template outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: contentTemplateId in: path type: string description: The ID of the content template to be returned. required: true - name: atlassianremovetemplate method: DELETE description: Atlassian Remove Template outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: contentTemplateId in: path type: string description: The ID of the template to be deleted. required: true exposes: - type: rest namespace: wiki-rest-api-template--template-rest port: 8080 description: REST adapter for Atlassian wiki/rest/api/template/ — Template. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/wiki/rest/api/template/blueprint name: wiki-rest-api-template-blueprint description: REST surface for wiki-rest-api-template-blueprint. operations: - method: GET name: atlassiangetblueprinttemplates description: Atlassian Get Blueprint Templates call: wiki-rest-api-template--template.atlassiangetblueprinttemplates with: spaceKey: rest.spaceKey start: rest.start limit: rest.limit expand: rest.expand outputParameters: - type: object mapping: $. - path: /v1/wiki/rest/api/template/page name: wiki-rest-api-template-page description: REST surface for wiki-rest-api-template-page. operations: - method: GET name: atlassiangetcontenttemplates description: Atlassian Get Content Templates call: wiki-rest-api-template--template.atlassiangetcontenttemplates with: spaceKey: rest.spaceKey start: rest.start limit: rest.limit expand: rest.expand outputParameters: - type: object mapping: $. - path: /v1/wiki/rest/api/template/{contenttemplateid} name: wiki-rest-api-template-contenttemplateid description: REST surface for wiki-rest-api-template-contentTemplateId. operations: - method: GET name: atlassiangetcontenttemplate description: Atlassian Get Content Template call: wiki-rest-api-template--template.atlassiangetcontenttemplate with: contentTemplateId: rest.contentTemplateId outputParameters: - type: object mapping: $. - method: DELETE name: atlassianremovetemplate description: Atlassian Remove Template call: wiki-rest-api-template--template.atlassianremovetemplate with: contentTemplateId: rest.contentTemplateId outputParameters: - type: object mapping: $. - type: mcp namespace: wiki-rest-api-template--template-mcp port: 9090 transport: http description: MCP adapter for Atlassian wiki/rest/api/template/ — Template. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: atlassian-get-blueprint-templates description: Atlassian Get Blueprint Templates hints: readOnly: true destructive: false idempotent: true call: wiki-rest-api-template--template.atlassiangetblueprinttemplates with: spaceKey: tools.spaceKey start: tools.start limit: tools.limit expand: tools.expand outputParameters: - type: object mapping: $. - name: atlassian-get-content-templates description: Atlassian Get Content Templates hints: readOnly: true destructive: false idempotent: true call: wiki-rest-api-template--template.atlassiangetcontenttemplates with: spaceKey: tools.spaceKey start: tools.start limit: tools.limit expand: tools.expand outputParameters: - type: object mapping: $. - name: atlassian-get-content-template description: Atlassian Get Content Template hints: readOnly: true destructive: false idempotent: true call: wiki-rest-api-template--template.atlassiangetcontenttemplate with: contentTemplateId: tools.contentTemplateId outputParameters: - type: object mapping: $. - name: atlassian-remove-template description: Atlassian Remove Template hints: readOnly: false destructive: true idempotent: true call: wiki-rest-api-template--template.atlassianremovetemplate with: contentTemplateId: tools.contentTemplateId outputParameters: - type: object mapping: $.