Fruit Picking Farms
fruit_farmsReturn actual fruit-picking farms with booking links and map coordinates. Filter by fruit, month, or region to narrow results.
Instructions
Use this when the user needs actual fruit-picking farms, booking links, and map coordinates. Returns farms from the local dataset, and month filtering automatically narrows results to fruits that are in season. If the user only asks which fruit is in season, call fruit_seasons first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fruit | No | Optional fruit name such as 'Strawberry', 'Apple', 'Grape', 'Peach', 'Cherry', or 'Mikan'. Matching is case-insensitive. Use with or instead of month. | |
| limit | No | Optional maximum number of farms to return. Default is 30 and the hard maximum is 100. | |
| month | No | Optional travel month from 1 to 12. Filters to farms with at least one fruit in season during that month, for example 5 for May strawberry farms. | |
| region | No | Optional prefecture, city, or region substring such as 'Yamanashi', 'Nagano', 'Aomori', or 'Tokyo'. Partial case-insensitive matching is supported against farm names and addresses. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answer | Yes | The tool's user-facing answer as Markdown or JSON text. |