naftiko: 1.0.0-alpha2 info: label: Solo.io Gloo Portal Server API — Users description: 'Solo.io Gloo Portal Server API — Users. 2 operations. Lead operation: Solo.io Get current user. Self-contained Naftiko capability covering one Solo Io business surface.' tags: - Solo Io - Users created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SOLO_IO_API_KEY: SOLO_IO_API_KEY capability: consumes: - type: http namespace: gloo-portal-server-users baseUri: https://{portalHost}/v1 description: Solo.io Gloo Portal Server API — Users business capability. Self-contained, no shared references. resources: - name: me path: /me operations: - name: getcurrentuser method: GET description: Solo.io Get current user outputRawFormat: json outputParameters: - name: result type: object value: $. - name: optionscurrentuser method: OPTIONS description: Solo.io CORS preflight for current user outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.SOLO_IO_API_KEY}}' exposes: - type: rest namespace: gloo-portal-server-users-rest port: 8080 description: REST adapter for Solo.io Gloo Portal Server API — Users. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/me name: me description: REST surface for me. operations: - method: GET name: getcurrentuser description: Solo.io Get current user call: gloo-portal-server-users.getcurrentuser outputParameters: - type: object mapping: $. - method: OPTIONS name: optionscurrentuser description: Solo.io CORS preflight for current user call: gloo-portal-server-users.optionscurrentuser outputParameters: - type: object mapping: $. - type: mcp namespace: gloo-portal-server-users-mcp port: 9090 transport: http description: MCP adapter for Solo.io Gloo Portal Server API — Users. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: solo-io-get-current-user description: Solo.io Get current user hints: readOnly: true destructive: false idempotent: true call: gloo-portal-server-users.getcurrentuser outputParameters: - type: object mapping: $. - name: solo-io-cors-preflight-current-user description: Solo.io CORS preflight for current user hints: readOnly: false destructive: false idempotent: false call: gloo-portal-server-users.optionscurrentuser outputParameters: - type: object mapping: $.