List trail systems
ourpr_list_trail_systemsList every trail system ourpr. maps. A trail system is a whole network of connected paths, measured end to end, not a single route through it.
Args:
response_format ('markdown' | 'json'): Default 'markdown'.
Returns: { "count": number, "trail_systems": [{ "slug": string, // "trinity-trails" "name": string, "region": string | null, // "Fort Worth, TX" "total_mi": number, // the whole network, all branches "page_url": string }] }
Examples:
"What trail networks does ourpr. map?" -> no arguments
"How big is Trinity Trails?" -> read total_mi, or call ourpr_get_trail_system
Do not use when: you want one measured route. Use ourpr_list_courses with kind='trail'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format. 'markdown' reads well in a chat answer. 'json' carries every field for further computation. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| trail_systems | Yes |