naftiko: 1.0.0-alpha2 info: label: IXON API — AgentServerList description: 'IXON API — AgentServerList. 4 operations. Lead operation: AgentServerList. Self-contained Naftiko capability covering one Ixon business surface.' tags: - Ixon - AgentServerList created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: IXON_API_KEY: IXON_API_KEY capability: consumes: - type: http namespace: ixon-agentserverlist baseUri: https://portal.ixon.cloud:443/api description: IXON API — AgentServerList business capability. Self-contained, no shared references. resources: - name: agents-agentId-servers path: /agents/{agentId}/servers operations: - name: get method: GET description: AgentServerList outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: agentId in: path type: string required: true - name: post method: POST description: AgentServerList outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: agentId in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: patch method: PATCH description: AgentServerList outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: agentId in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: delete method: DELETE description: AgentServerList outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: agentId in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.IXON_API_KEY}}' exposes: - type: rest namespace: ixon-agentserverlist-rest port: 8080 description: REST adapter for IXON API — AgentServerList. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/agents/{agentid}/servers name: agents-agentid-servers description: REST surface for agents-agentId-servers. operations: - method: GET name: get description: AgentServerList call: ixon-agentserverlist.get with: agentId: rest.agentId outputParameters: - type: object mapping: $. - method: POST name: post description: AgentServerList call: ixon-agentserverlist.post with: agentId: rest.agentId body: rest.body outputParameters: - type: object mapping: $. - method: PATCH name: patch description: AgentServerList call: ixon-agentserverlist.patch with: agentId: rest.agentId body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: delete description: AgentServerList call: ixon-agentserverlist.delete with: agentId: rest.agentId body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: ixon-agentserverlist-mcp port: 9090 transport: http description: MCP adapter for IXON API — AgentServerList. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: agentserverlist description: AgentServerList hints: readOnly: true destructive: false idempotent: true call: ixon-agentserverlist.get with: agentId: tools.agentId outputParameters: - type: object mapping: $. - name: agentserverlist-2 description: AgentServerList hints: readOnly: false destructive: false idempotent: false call: ixon-agentserverlist.post with: agentId: tools.agentId body: tools.body outputParameters: - type: object mapping: $. - name: agentserverlist-3 description: AgentServerList hints: readOnly: false destructive: false idempotent: true call: ixon-agentserverlist.patch with: agentId: tools.agentId body: tools.body outputParameters: - type: object mapping: $. - name: agentserverlist-4 description: AgentServerList hints: readOnly: false destructive: true idempotent: true call: ixon-agentserverlist.delete with: agentId: tools.agentId body: tools.body outputParameters: - type: object mapping: $.