gyg_list_category_tours
List tours in a GetYourGuide category using its numeric ID. Supports pagination, language selection, currency conversion, and compact tour summaries.
Instructions
List tours in one GetYourGuide category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (1-500). | |
| offset | No | Number of items to skip (0-based). | |
| compact | No | Return slim tour summaries instead of full records (recommended for browsing). | |
| currency | No | Currency for prices, ISO 4217 (e.g. USD, EUR). Defaults to GYG_CURRENCY when set. | |
| language | No | Content language (e.g. en, de). Defaults to GYG_LANGUAGE when set. | |
| categoryId | Yes | Numeric category ID (from gyg_list_categories). |