grubhub · Capability

Grubhub Menu API — Menu Retrieval

Grubhub Menu API — Menu Retrieval. 1 operations. Lead operation: Retrieve current merchant menu. Self-contained Naftiko capability covering one Grubhub business surface.

Run with Naftiko GrubhubMenu Retrieval

What You Can Do

GET
Getmerchantmenu — Retrieve current merchant menu
/v1/pos/v1/merchant/{merchant-id}/ingestion/menu

MCP Tools

retrieve-current-merchant-menu

Retrieve current merchant menu

read-only idempotent

Capability Spec

menu-menu-retrieval.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Grubhub Menu API — Menu Retrieval
  description: 'Grubhub Menu API — Menu Retrieval. 1 operations. Lead operation: Retrieve current merchant menu. Self-contained
    Naftiko capability covering one Grubhub business surface.'
  tags:
  - Grubhub
  - Menu Retrieval
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GRUBHUB_API_KEY: GRUBHUB_API_KEY
capability:
  consumes:
  - type: http
    namespace: menu-menu-retrieval
    baseUri: https://api-third-party-gtm.grubhub.com
    description: Grubhub Menu API — Menu Retrieval business capability. Self-contained, no shared references.
    resources:
    - name: pos-v1-merchant-merchant_id-ingestion-menu
      path: /pos/v1/merchant/{merchant_id}/ingestion/menu
      operations:
      - name: getmerchantmenu
        method: GET
        description: Retrieve current merchant menu
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.GRUBHUB_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: menu-menu-retrieval-rest
    port: 8080
    description: REST adapter for Grubhub Menu API — Menu Retrieval. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/pos/v1/merchant/{merchant-id}/ingestion/menu
      name: pos-v1-merchant-merchant-id-ingestion-menu
      description: REST surface for pos-v1-merchant-merchant_id-ingestion-menu.
      operations:
      - method: GET
        name: getmerchantmenu
        description: Retrieve current merchant menu
        call: menu-menu-retrieval.getmerchantmenu
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: menu-menu-retrieval-mcp
    port: 9090
    transport: http
    description: MCP adapter for Grubhub Menu API — Menu Retrieval. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: retrieve-current-merchant-menu
      description: Retrieve current merchant menu
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: menu-menu-retrieval.getmerchantmenu
      outputParameters:
      - type: object
        mapping: $.