naftiko: 1.0.0-alpha2 info: label: AWS Firewall Manager API — Admin Accounts description: 'AWS Firewall Manager API — Admin Accounts. 3 operations. Lead operation: Get Admin Account. Self-contained Naftiko capability covering one Amazon Firewall Manager business surface.' tags: - Amazon Firewall Manager - Admin Accounts created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: AMAZON_FIREWALL_MANAGER_API_KEY: AMAZON_FIREWALL_MANAGER_API_KEY capability: consumes: - type: http namespace: amazon-firewall-manager-admin-accounts baseUri: https://fms.{region}.amazonaws.com description: AWS Firewall Manager API — Admin Accounts business capability. Self-contained, no shared references. resources: - name: fms-2018-01-01-admin-account path: /fms/2018-01-01/admin-account operations: - name: getadminaccount method: GET description: Get Admin Account outputRawFormat: json outputParameters: - name: result type: object value: $. - name: associateadminaccount method: PUT description: Associate Admin Account outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: disassociateadminaccount method: DELETE description: Disassociate Admin Account outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: apikey key: Authorization value: '{{env.AMAZON_FIREWALL_MANAGER_API_KEY}}' placement: header exposes: - type: rest namespace: amazon-firewall-manager-admin-accounts-rest port: 8080 description: REST adapter for AWS Firewall Manager API — Admin Accounts. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/fms/2018-01-01/admin-account name: fms-2018-01-01-admin-account description: REST surface for fms-2018-01-01-admin-account. operations: - method: GET name: getadminaccount description: Get Admin Account call: amazon-firewall-manager-admin-accounts.getadminaccount outputParameters: - type: object mapping: $. - method: PUT name: associateadminaccount description: Associate Admin Account call: amazon-firewall-manager-admin-accounts.associateadminaccount with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: disassociateadminaccount description: Disassociate Admin Account call: amazon-firewall-manager-admin-accounts.disassociateadminaccount outputParameters: - type: object mapping: $. - type: mcp namespace: amazon-firewall-manager-admin-accounts-mcp port: 9090 transport: http description: MCP adapter for AWS Firewall Manager API — Admin Accounts. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: get-admin-account description: Get Admin Account hints: readOnly: true destructive: false idempotent: true call: amazon-firewall-manager-admin-accounts.getadminaccount outputParameters: - type: object mapping: $. - name: associate-admin-account description: Associate Admin Account hints: readOnly: false destructive: false idempotent: true call: amazon-firewall-manager-admin-accounts.associateadminaccount with: body: tools.body outputParameters: - type: object mapping: $. - name: disassociate-admin-account description: Disassociate Admin Account hints: readOnly: false destructive: true idempotent: true call: amazon-firewall-manager-admin-accounts.disassociateadminaccount outputParameters: - type: object mapping: $.