naftiko: 1.0.0-alpha2 info: label: GitHub SCIM API — Update description: 'GitHub SCIM API — Update. 2 operations. Lead operation: GitHub Update an Attribute for Scim Enterprise Group. Self-contained Naftiko capability covering one Github business surface.' tags: - Github - Update created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: GITHUB_API_KEY: GITHUB_API_KEY capability: consumes: - type: http namespace: scim-update baseUri: '' description: GitHub SCIM API — Update business capability. Self-contained, no shared references. resources: - name: scim-v2-Groups-scim_group_id path: /scim/v2/Groups/{scim_group_id} operations: - name: updateanattributeforscimenterprisegroup method: PATCH description: GitHub Update an Attribute for Scim Enterprise Group outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: scim-v2-Users-scim_user_id path: /scim/v2/Users/{scim_user_id} operations: - name: updateanattributeforscimenterpriseuser method: PATCH description: GitHub Update an Attribute for Scim Enterprise User outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.GITHUB_API_KEY}}' exposes: - type: rest namespace: scim-update-rest port: 8080 description: REST adapter for GitHub SCIM API — Update. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/scim/v2/groups/{scim-group-id} name: scim-v2-groups-scim-group-id description: REST surface for scim-v2-Groups-scim_group_id. operations: - method: PATCH name: updateanattributeforscimenterprisegroup description: GitHub Update an Attribute for Scim Enterprise Group call: scim-update.updateanattributeforscimenterprisegroup with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/scim/v2/users/{scim-user-id} name: scim-v2-users-scim-user-id description: REST surface for scim-v2-Users-scim_user_id. operations: - method: PATCH name: updateanattributeforscimenterpriseuser description: GitHub Update an Attribute for Scim Enterprise User call: scim-update.updateanattributeforscimenterpriseuser with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: scim-update-mcp port: 9090 transport: http description: MCP adapter for GitHub SCIM API — Update. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: github-update-attribute-scim-enterprise description: GitHub Update an Attribute for Scim Enterprise Group hints: readOnly: false destructive: false idempotent: true call: scim-update.updateanattributeforscimenterprisegroup with: body: tools.body outputParameters: - type: object mapping: $. - name: github-update-attribute-scim-enterprise-2 description: GitHub Update an Attribute for Scim Enterprise User hints: readOnly: false destructive: false idempotent: true call: scim-update.updateanattributeforscimenterpriseuser with: body: tools.body outputParameters: - type: object mapping: $.