Google Wallet · Capability

Google Wallet API — Event Tickets

Google Wallet API — Event Tickets. 1 operations. Lead operation: Google Wallet Insert Event Ticket Class. Self-contained Naftiko capability covering one Google Wallet business surface.

Run with Naftiko Google WalletEvent Tickets

What You Can Do

POST
Inserteventticketclass — Google Wallet Insert Event Ticket Class
/v1/eventticketclass

MCP Tools

google-wallet-insert-event-ticket

Google Wallet Insert Event Ticket Class

Capability Spec

openapi-event-tickets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Wallet API — Event Tickets
  description: 'Google Wallet API — Event Tickets. 1 operations. Lead operation: Google Wallet Insert Event Ticket Class.
    Self-contained Naftiko capability covering one Google Wallet business surface.'
  tags:
  - Google Wallet
  - Event Tickets
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_WALLET_API_KEY: GOOGLE_WALLET_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-event-tickets
    baseUri: https://walletobjects.googleapis.com/walletobjects/v1
    description: Google Wallet API — Event Tickets business capability. Self-contained, no shared references.
    resources:
    - name: eventTicketClass
      path: /eventTicketClass
      operations:
      - name: inserteventticketclass
        method: POST
        description: Google Wallet Insert Event Ticket Class
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: openapi-event-tickets-rest
    port: 8080
    description: REST adapter for Google Wallet API — Event Tickets. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/eventticketclass
      name: eventticketclass
      description: REST surface for eventTicketClass.
      operations:
      - method: POST
        name: inserteventticketclass
        description: Google Wallet Insert Event Ticket Class
        call: openapi-event-tickets.inserteventticketclass
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-event-tickets-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Wallet API — Event Tickets. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: google-wallet-insert-event-ticket
      description: Google Wallet Insert Event Ticket Class
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-event-tickets.inserteventticketclass
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.