Stripe · Capability

Stripe Events API — Identifiers

Stripe Events API — Identifiers. 1 operations. Lead operation: Stripe Get Events Id. Self-contained Naftiko capability covering one Stripe business surface.

Run with Naftiko StripeIdentifiers

What You Can Do

GET
Geteventsid — Stripe Get Events Id
/v1/v1/events/{id}

MCP Tools

stripe-get-events-id

Stripe Get Events Id

read-only idempotent

Capability Spec

events-identifiers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Stripe Events API — Identifiers
  description: 'Stripe Events API — Identifiers. 1 operations. Lead operation: Stripe Get   Events Id. Self-contained Naftiko
    capability covering one Stripe business surface.'
  tags:
  - Stripe
  - Identifiers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    STRIPE_API_KEY: STRIPE_API_KEY
capability:
  consumes:
  - type: http
    namespace: events-identifiers
    baseUri: https://api.stripe.com
    description: Stripe Events API — Identifiers business capability. Self-contained, no shared references.
    resources:
    - name: v1-events-id
      path: /v1/events/{id}
      operations:
      - name: geteventsid
        method: GET
        description: Stripe Get   Events Id
        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: events-identifiers-rest
    port: 8080
    description: REST adapter for Stripe Events API — Identifiers. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/events/{id}
      name: v1-events-id
      description: REST surface for v1-events-id.
      operations:
      - method: GET
        name: geteventsid
        description: Stripe Get   Events Id
        call: events-identifiers.geteventsid
        with:
          expand: rest.expand
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: events-identifiers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Stripe Events API — Identifiers. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: stripe-get-events-id
      description: Stripe Get   Events Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: events-identifiers.geteventsid
      with:
        expand: tools.expand
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.