naftiko: 1.0.0-alpha2 info: label: Phrase Strings API Reference — Members description: 'Phrase Strings API Reference — Members. 5 operations. Lead operation: List members. Self-contained Naftiko capability covering one Phrase business surface.' tags: - Phrase - Members created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: PHRASE_API_KEY: PHRASE_API_KEY capability: consumes: - type: http namespace: strings-members baseUri: https://api.phrase.com/v2 description: Phrase Strings API Reference — Members business capability. Self-contained, no shared references. resources: - name: accounts-account_id-members path: /accounts/{account_id}/members operations: - name: memberslist method: GET description: List members outputRawFormat: json outputParameters: - name: result type: object value: $. - name: accounts-account_id-members-id path: /accounts/{account_id}/members/{id} operations: - name: membershow method: GET description: Get single member outputRawFormat: json outputParameters: - name: result type: object value: $. - name: memberupdate method: PATCH description: Update a member outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: memberdelete method: DELETE description: Remove a user from the account outputRawFormat: json outputParameters: - name: result type: object value: $. - name: projects-project_id-members-id path: /projects/{project_id}/members/{id} operations: - name: memberupdatesettings method: PATCH description: Update a member's project settings outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: apikey key: Authorization value: '{{env.PHRASE_API_KEY}}' placement: header exposes: - type: rest namespace: strings-members-rest port: 8080 description: REST adapter for Phrase Strings API Reference — Members. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/accounts/{account-id}/members name: accounts-account-id-members description: REST surface for accounts-account_id-members. operations: - method: GET name: memberslist description: List members call: strings-members.memberslist outputParameters: - type: object mapping: $. - path: /v1/accounts/{account-id}/members/{id} name: accounts-account-id-members-id description: REST surface for accounts-account_id-members-id. operations: - method: GET name: membershow description: Get single member call: strings-members.membershow outputParameters: - type: object mapping: $. - method: PATCH name: memberupdate description: Update a member call: strings-members.memberupdate with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: memberdelete description: Remove a user from the account call: strings-members.memberdelete outputParameters: - type: object mapping: $. - path: /v1/projects/{project-id}/members/{id} name: projects-project-id-members-id description: REST surface for projects-project_id-members-id. operations: - method: PATCH name: memberupdatesettings description: Update a member's project settings call: strings-members.memberupdatesettings with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: strings-members-mcp port: 9090 transport: http description: MCP adapter for Phrase Strings API Reference — Members. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-members description: List members hints: readOnly: true destructive: false idempotent: true call: strings-members.memberslist outputParameters: - type: object mapping: $. - name: get-single-member description: Get single member hints: readOnly: true destructive: false idempotent: true call: strings-members.membershow outputParameters: - type: object mapping: $. - name: update-member description: Update a member hints: readOnly: false destructive: false idempotent: true call: strings-members.memberupdate with: body: tools.body outputParameters: - type: object mapping: $. - name: remove-user-account description: Remove a user from the account hints: readOnly: false destructive: true idempotent: true call: strings-members.memberdelete outputParameters: - type: object mapping: $. - name: update-member-s-project-settings description: Update a member's project settings hints: readOnly: false destructive: false idempotent: true call: strings-members.memberupdatesettings with: body: tools.body outputParameters: - type: object mapping: $.