naftiko: 1.0.0-alpha2 info: label: Phrase Strings API Reference — Organization Job Template Locales description: 'Phrase Strings API Reference — Organization Job Template Locales. 5 operations. Lead operation: List organization job template locales. Self-contained Naftiko capability covering one Phrase business surface.' tags: - Phrase - Organization Job Template Locales created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: PHRASE_API_KEY: PHRASE_API_KEY capability: consumes: - type: http namespace: strings-organization-job-template-locales baseUri: https://api.phrase.com/v2 description: Phrase Strings API Reference — Organization Job Template Locales business capability. Self-contained, no shared references. resources: - name: accounts-account_id-job_templates-job_template_id-locales path: /accounts/{account_id}/job_templates/{job_template_id}/locales operations: - name: organizationjobtemplatelocaleslist method: GET description: List organization job template locales outputRawFormat: json outputParameters: - name: result type: object value: $. - name: organizationjobtemplatelocalescreate method: POST description: Create an organization job template locale outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: accounts-account_id-job_templates-job_template_id-locales-job_template_locale_id path: /accounts/{account_id}/job_templates/{job_template_id}/locales/{job_template_locale_id} operations: - name: organizationjobtemplatelocaleshow method: GET description: Get a single organization job template locale outputRawFormat: json outputParameters: - name: result type: object value: $. - name: organizationjobtemplatelocaleupdate method: PATCH description: Update an organization job template locale outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: organizationjobtemplatelocaledelete method: DELETE description: Delete an organization job template locale outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: apikey key: Authorization value: '{{env.PHRASE_API_KEY}}' placement: header exposes: - type: rest namespace: strings-organization-job-template-locales-rest port: 8080 description: REST adapter for Phrase Strings API Reference — Organization Job Template Locales. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/accounts/{account-id}/job-templates/{job-template-id}/locales name: accounts-account-id-job-templates-job-template-id-locales description: REST surface for accounts-account_id-job_templates-job_template_id-locales. operations: - method: GET name: organizationjobtemplatelocaleslist description: List organization job template locales call: strings-organization-job-template-locales.organizationjobtemplatelocaleslist outputParameters: - type: object mapping: $. - method: POST name: organizationjobtemplatelocalescreate description: Create an organization job template locale call: strings-organization-job-template-locales.organizationjobtemplatelocalescreate with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/accounts/{account-id}/job-templates/{job-template-id}/locales/{job-template-locale-id} name: accounts-account-id-job-templates-job-template-id-locales-job-template-locale-id description: REST surface for accounts-account_id-job_templates-job_template_id-locales-job_template_locale_id. operations: - method: GET name: organizationjobtemplatelocaleshow description: Get a single organization job template locale call: strings-organization-job-template-locales.organizationjobtemplatelocaleshow outputParameters: - type: object mapping: $. - method: PATCH name: organizationjobtemplatelocaleupdate description: Update an organization job template locale call: strings-organization-job-template-locales.organizationjobtemplatelocaleupdate with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: organizationjobtemplatelocaledelete description: Delete an organization job template locale call: strings-organization-job-template-locales.organizationjobtemplatelocaledelete outputParameters: - type: object mapping: $. - type: mcp namespace: strings-organization-job-template-locales-mcp port: 9090 transport: http description: MCP adapter for Phrase Strings API Reference — Organization Job Template Locales. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-organization-job-template-locales description: List organization job template locales hints: readOnly: true destructive: false idempotent: true call: strings-organization-job-template-locales.organizationjobtemplatelocaleslist outputParameters: - type: object mapping: $. - name: create-organization-job-template-locale description: Create an organization job template locale hints: readOnly: false destructive: false idempotent: false call: strings-organization-job-template-locales.organizationjobtemplatelocalescreate with: body: tools.body outputParameters: - type: object mapping: $. - name: get-single-organization-job-template description: Get a single organization job template locale hints: readOnly: true destructive: false idempotent: true call: strings-organization-job-template-locales.organizationjobtemplatelocaleshow outputParameters: - type: object mapping: $. - name: update-organization-job-template-locale description: Update an organization job template locale hints: readOnly: false destructive: false idempotent: true call: strings-organization-job-template-locales.organizationjobtemplatelocaleupdate with: body: tools.body outputParameters: - type: object mapping: $. - name: delete-organization-job-template-locale description: Delete an organization job template locale hints: readOnly: false destructive: true idempotent: true call: strings-organization-job-template-locales.organizationjobtemplatelocaledelete outputParameters: - type: object mapping: $.