naftiko: 1.0.0-alpha2 info: label: Atlassian Bit Bucket Teams API — Users description: 'Atlassian Bit Bucket Teams API — Users. 1 operations. Lead operation: Atlassian Create Variable for User. Self-contained Naftiko capability covering one Atlassian business surface.' tags: - Atlassian - Users created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ATLASSIAN_API_KEY: ATLASSIAN_API_KEY capability: consumes: - type: http namespace: bitbucket-teams-users baseUri: https://api.bitbucket.org/2.0 description: Atlassian Bit Bucket Teams API — Users business capability. Self-contained, no shared references. resources: - name: teams-username-pipelines_config-variables path: /teams/{username}/pipelines_config/variables operations: - name: createvariableforuser method: POST description: Atlassian Create Variable for User outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: username in: path type: string description: The account. required: true - name: body in: body type: object description: Request body (JSON). required: false authentication: type: bearer token: '{{env.ATLASSIAN_API_KEY}}' exposes: - type: rest namespace: bitbucket-teams-users-rest port: 8080 description: REST adapter for Atlassian Bit Bucket Teams API — Users. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/teams/{username}/pipelines-config/variables name: teams-username-pipelines-config-variables description: REST surface for teams-username-pipelines_config-variables. operations: - method: POST name: createvariableforuser description: Atlassian Create Variable for User call: bitbucket-teams-users.createvariableforuser with: username: rest.username body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: bitbucket-teams-users-mcp port: 9090 transport: http description: MCP adapter for Atlassian Bit Bucket Teams API — Users. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: atlassian-create-variable-user description: Atlassian Create Variable for User hints: readOnly: false destructive: false idempotent: false call: bitbucket-teams-users.createvariableforuser with: username: tools.username body: tools.body outputParameters: - type: object mapping: $.