naftiko: 1.0.0-alpha2 info: label: Stripe Application Fees API — Retrieve description: 'Stripe Application Fees API — Retrieve. 2 operations. Lead operation: Stripe Retrieve Application Fee Refund. Self-contained Naftiko capability covering one Stripe business surface.' tags: - Stripe - Retrieve created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: STRIPE_API_KEY: STRIPE_API_KEY capability: consumes: - type: http namespace: application-fees-retrieve baseUri: https://api.stripe.com description: Stripe Application Fees API — Retrieve business capability. Self-contained, no shared references. resources: - name: v1-application_fees-fee-refunds-id path: /v1/application_fees/{fee}/refunds/{id} operations: - name: getapplicationfeesfeerefundsid method: GET description: Stripe Retrieve Application Fee Refund outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: expand in: query type: array description: Specifies which fields in the response should be expanded. - name: fee in: path type: string required: true - name: id in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: false - name: v1-application_fees-id path: /v1/application_fees/{id} operations: - name: getapplicationfeesid method: GET description: Stripe Retrieve Application Fee outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: expand in: query type: array description: Specifies which fields in the response should be expanded. - name: id in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: false authentication: type: bearer token: '{{env.STRIPE_API_KEY}}' exposes: - type: rest namespace: application-fees-retrieve-rest port: 8080 description: REST adapter for Stripe Application Fees API — Retrieve. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v1/application-fees/{fee}/refunds/{id} name: v1-application-fees-fee-refunds-id description: REST surface for v1-application_fees-fee-refunds-id. operations: - method: GET name: getapplicationfeesfeerefundsid description: Stripe Retrieve Application Fee Refund call: application-fees-retrieve.getapplicationfeesfeerefundsid with: expand: rest.expand fee: rest.fee id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/application-fees/{id} name: v1-application-fees-id description: REST surface for v1-application_fees-id. operations: - method: GET name: getapplicationfeesid description: Stripe Retrieve Application Fee call: application-fees-retrieve.getapplicationfeesid with: expand: rest.expand id: rest.id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: application-fees-retrieve-mcp port: 9090 transport: http description: MCP adapter for Stripe Application Fees API — Retrieve. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: stripe-retrieve-application-fee-refund description: Stripe Retrieve Application Fee Refund hints: readOnly: true destructive: false idempotent: true call: application-fees-retrieve.getapplicationfeesfeerefundsid with: expand: tools.expand fee: tools.fee id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: stripe-retrieve-application-fee description: Stripe Retrieve Application Fee hints: readOnly: true destructive: false idempotent: true call: application-fees-retrieve.getapplicationfeesid with: expand: tools.expand id: tools.id body: tools.body outputParameters: - type: object mapping: $.