Fruit Picking Farms
fruit_farmsFind fruit-picking farms in Japan with booking links and map coordinates. Filter by month to see farms with fruits in season, or search by fruit type and region.
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. |