ThemeParks.wiki · Capability

ThemeParks.wiki API — Destinations

ThemeParks.wiki API — Destinations. 1 operations. Lead operation: ThemeParks.wiki Get All Destinations. Self-contained Naftiko capability covering one Themeparks Wiki business surface.

Run with Naftiko Themeparks WikiDestinations

What You Can Do

GET
Getdestinations — ThemeParks.wiki Get All Destinations
/v1/destinations

MCP Tools

themeparks-wiki-get-all-destinations

ThemeParks.wiki Get All Destinations

read-only idempotent

Capability Spec

themeparks-wiki-destinations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ThemeParks.wiki API — Destinations
  description: 'ThemeParks.wiki API — Destinations. 1 operations. Lead operation: ThemeParks.wiki Get All Destinations. Self-contained
    Naftiko capability covering one Themeparks Wiki business surface.'
  tags:
  - Themeparks Wiki
  - Destinations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    THEMEPARKS_WIKI_API_KEY: THEMEPARKS_WIKI_API_KEY
capability:
  consumes:
  - type: http
    namespace: themeparks-wiki-destinations
    baseUri: https://api.themeparks.wiki/v1
    description: ThemeParks.wiki API — Destinations business capability. Self-contained, no shared references.
    resources:
    - name: destinations
      path: /destinations
      operations:
      - name: getdestinations
        method: GET
        description: ThemeParks.wiki Get All Destinations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: themeparks-wiki-destinations-rest
    port: 8080
    description: REST adapter for ThemeParks.wiki API — Destinations. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/destinations
      name: destinations
      description: REST surface for destinations.
      operations:
      - method: GET
        name: getdestinations
        description: ThemeParks.wiki Get All Destinations
        call: themeparks-wiki-destinations.getdestinations
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: themeparks-wiki-destinations-mcp
    port: 9090
    transport: http
    description: MCP adapter for ThemeParks.wiki API — Destinations. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: themeparks-wiki-get-all-destinations
      description: ThemeParks.wiki Get All Destinations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: themeparks-wiki-destinations.getdestinations
      outputParameters:
      - type: object
        mapping: $.