grubhub · Capability

Grubhub Orders API — Order Change Requests

Grubhub Orders API — Order Change Requests. 1 operations. Lead operation: Get order change requests. Self-contained Naftiko capability covering one Grubhub business surface.

Run with Naftiko GrubhubOrder Change Requests

What You Can Do

GET
Getorderchangerequests — Get order change requests
/v1/pos/v1/merchant/{merchant-long-id}/orders/{order-uuid}/changerequests

MCP Tools

get-order-change-requests

Get order change requests

read-only idempotent

Capability Spec

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