Google Wallet · Capability

Google Wallet API — JWT

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

Run with Naftiko Google WalletJWT

What You Can Do

POST
Insertjwt — Google Wallet Insert JWT
/v1/jwt

MCP Tools

google-wallet-insert-jwt

Google Wallet Insert JWT

Capability Spec

openapi-jwt.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Wallet API — JWT
  description: 'Google Wallet API — JWT. 1 operations. Lead operation: Google Wallet Insert JWT. Self-contained Naftiko capability
    covering one Google Wallet business surface.'
  tags:
  - Google Wallet
  - JWT
  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-jwt
    baseUri: https://walletobjects.googleapis.com/walletobjects/v1
    description: Google Wallet API — JWT business capability. Self-contained, no shared references.
    resources:
    - name: jwt
      path: /jwt
      operations:
      - name: insertjwt
        method: POST
        description: Google Wallet Insert JWT
        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-jwt-rest
    port: 8080
    description: REST adapter for Google Wallet API — JWT. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/jwt
      name: jwt
      description: REST surface for jwt.
      operations:
      - method: POST
        name: insertjwt
        description: Google Wallet Insert JWT
        call: openapi-jwt.insertjwt
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-jwt-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Wallet API — JWT. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: google-wallet-insert-jwt
      description: Google Wallet Insert JWT
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-jwt.insertjwt
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.