naftiko: 1.0.0-alpha2 info: label: AWS Fault Injection Simulator API — Actions description: 'AWS Fault Injection Simulator API — Actions. 2 operations. Lead operation: AWS Fault Injection Simulator List Actions. Self-contained Naftiko capability covering one Amazon Fault Injection Simulator business surface.' tags: - Amazon Fault Injection Simulator - Actions created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: AMAZON_FAULT_INJECTION_SIMULATOR_API_KEY: AMAZON_FAULT_INJECTION_SIMULATOR_API_KEY capability: consumes: - type: http namespace: amazon-fis-actions baseUri: https://fis.{region}.amazonaws.com description: AWS Fault Injection Simulator API — Actions business capability. Self-contained, no shared references. resources: - name: actions path: /actions operations: - name: listactions method: GET description: AWS Fault Injection Simulator List Actions outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: maxResults in: query type: integer description: Maximum results - name: nextToken in: query type: string description: Pagination token - name: actions-id path: /actions/{id} operations: - name: getaction method: GET description: AWS Fault Injection Simulator Get Action outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: Action ID required: true authentication: type: apikey key: Authorization value: '{{env.AMAZON_FAULT_INJECTION_SIMULATOR_API_KEY}}' placement: header exposes: - type: rest namespace: amazon-fis-actions-rest port: 8080 description: REST adapter for AWS Fault Injection Simulator API — Actions. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/actions name: actions description: REST surface for actions. operations: - method: GET name: listactions description: AWS Fault Injection Simulator List Actions call: amazon-fis-actions.listactions with: maxResults: rest.maxResults nextToken: rest.nextToken outputParameters: - type: object mapping: $. - path: /v1/actions/{id} name: actions-id description: REST surface for actions-id. operations: - method: GET name: getaction description: AWS Fault Injection Simulator Get Action call: amazon-fis-actions.getaction with: id: rest.id outputParameters: - type: object mapping: $. - type: mcp namespace: amazon-fis-actions-mcp port: 9090 transport: http description: MCP adapter for AWS Fault Injection Simulator API — Actions. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: aws-fault-injection-simulator-list description: AWS Fault Injection Simulator List Actions hints: readOnly: true destructive: false idempotent: true call: amazon-fis-actions.listactions with: maxResults: tools.maxResults nextToken: tools.nextToken outputParameters: - type: object mapping: $. - name: aws-fault-injection-simulator-get description: AWS Fault Injection Simulator Get Action hints: readOnly: true destructive: false idempotent: true call: amazon-fis-actions.getaction with: id: tools.id outputParameters: - type: object mapping: $.