Fruit Picking Farms
fruit_farmsRetrieve fruit-picking farms with booking links and map coordinates. Filter by month, fruit name, or region. Results automatically narrow to fruits in season for the selected month.
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 |
|---|---|---|---|
| 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. | |
| fruit | No | Optional fruit name such as 'Strawberry', 'Apple', 'Grape', 'Peach', 'Cherry', or 'Mikan'. Matching is case-insensitive. Use with or instead of month. | |
| 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. | |
| limit | No | Optional maximum number of farms to return. Default is 30 and the hard maximum is 100. |