naftiko: 1.0.0-alpha2 info: label: Rancher Management API — Users description: 'Rancher Management API — Users. 1 operations. Lead operation: List users. Self-contained Naftiko capability covering one Rancher business surface.' tags: - Rancher - Users created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: RANCHER_API_KEY: RANCHER_API_KEY capability: consumes: - type: http namespace: management-users baseUri: https://{rancher_host}/v3 description: Rancher Management API — Users business capability. Self-contained, no shared references. resources: - name: users path: /users operations: - name: listusers method: GET description: List users outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.RANCHER_API_KEY}}' exposes: - type: rest namespace: management-users-rest port: 8080 description: REST adapter for Rancher Management API — Users. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/users name: users description: REST surface for users. operations: - method: GET name: listusers description: List users call: management-users.listusers outputParameters: - type: object mapping: $. - type: mcp namespace: management-users-mcp port: 9090 transport: http description: MCP adapter for Rancher Management API — Users. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-users description: List users hints: readOnly: true destructive: false idempotent: true call: management-users.listusers outputParameters: - type: object mapping: $.