SeatGeek · Capability

SeatGeek Platform API — Taxonomies

SeatGeek Platform API — Taxonomies. 1 operations. Lead operation: List Taxonomies. Self-contained Naftiko capability covering one Seatgeek business surface.

Run with Naftiko SeatgeekTaxonomies

What You Can Do

GET
Listtaxonomies — List Taxonomies
/v1/taxonomies

MCP Tools

list-taxonomies

List Taxonomies

read-only idempotent

Capability Spec

platform-taxonomies.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: SeatGeek Platform API — Taxonomies
  description: 'SeatGeek Platform API — Taxonomies. 1 operations. Lead operation: List Taxonomies. Self-contained Naftiko
    capability covering one Seatgeek business surface.'
  tags:
  - Seatgeek
  - Taxonomies
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SEATGEEK_API_KEY: SEATGEEK_API_KEY
capability:
  consumes:
  - type: http
    namespace: platform-taxonomies
    baseUri: https://api.seatgeek.com/2
    description: SeatGeek Platform API — Taxonomies business capability. Self-contained, no shared references.
    resources:
    - name: taxonomies
      path: /taxonomies
      operations:
      - name: listtaxonomies
        method: GET
        description: List Taxonomies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: client_id
      value: '{{env.SEATGEEK_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: platform-taxonomies-rest
    port: 8080
    description: REST adapter for SeatGeek Platform API — Taxonomies. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/taxonomies
      name: taxonomies
      description: REST surface for taxonomies.
      operations:
      - method: GET
        name: listtaxonomies
        description: List Taxonomies
        call: platform-taxonomies.listtaxonomies
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-taxonomies-mcp
    port: 9090
    transport: http
    description: MCP adapter for SeatGeek Platform API — Taxonomies. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-taxonomies
      description: List Taxonomies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: platform-taxonomies.listtaxonomies
      outputParameters:
      - type: object
        mapping: $.