naftiko: 1.0.0-alpha2 info: label: Amazon S3 Control API — Access Grants description: 'Amazon S3 Control API — Access Grants. 3 operations. Lead operation: Amazon S3 Get Access Grants Instance. Self-contained Naftiko capability covering one Amazon S3 business surface.' tags: - Amazon S3 - Access Grants created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: AMAZON_S3_API_KEY: AMAZON_S3_API_KEY capability: consumes: - type: http namespace: control-access-grants baseUri: https://s3-control.{region}.amazonaws.com description: Amazon S3 Control API — Access Grants business capability. Self-contained, no shared references. resources: - name: v20180820-accessgrantsinstance path: /v20180820/accessgrantsinstance operations: - name: getaccessgrantsinstance method: GET description: Amazon S3 Get Access Grants Instance outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createaccessgrantsinstance method: POST description: Amazon S3 Create Access Grants Instance outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: deleteaccessgrantsinstance method: DELETE description: Amazon S3 Delete Access Grants Instance outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: apikey key: Authorization value: '{{env.AMAZON_S3_API_KEY}}' placement: header exposes: - type: rest namespace: control-access-grants-rest port: 8080 description: REST adapter for Amazon S3 Control API — Access Grants. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v20180820/accessgrantsinstance name: v20180820-accessgrantsinstance description: REST surface for v20180820-accessgrantsinstance. operations: - method: GET name: getaccessgrantsinstance description: Amazon S3 Get Access Grants Instance call: control-access-grants.getaccessgrantsinstance outputParameters: - type: object mapping: $. - method: POST name: createaccessgrantsinstance description: Amazon S3 Create Access Grants Instance call: control-access-grants.createaccessgrantsinstance with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteaccessgrantsinstance description: Amazon S3 Delete Access Grants Instance call: control-access-grants.deleteaccessgrantsinstance outputParameters: - type: object mapping: $. - type: mcp namespace: control-access-grants-mcp port: 9090 transport: http description: MCP adapter for Amazon S3 Control API — Access Grants. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: amazon-s3-get-access-grants description: Amazon S3 Get Access Grants Instance hints: readOnly: true destructive: false idempotent: true call: control-access-grants.getaccessgrantsinstance outputParameters: - type: object mapping: $. - name: amazon-s3-create-access-grants description: Amazon S3 Create Access Grants Instance hints: readOnly: false destructive: false idempotent: false call: control-access-grants.createaccessgrantsinstance with: body: tools.body outputParameters: - type: object mapping: $. - name: amazon-s3-delete-access-grants description: Amazon S3 Delete Access Grants Instance hints: readOnly: false destructive: true idempotent: true call: control-access-grants.deleteaccessgrantsinstance outputParameters: - type: object mapping: $.