render_nearby_digest
Generate a filtered digest of nearby kids events from verified sources, using location, radius, and freshness. Returns markdown or JSON without writing files or sending webhooks.
Instructions
Render a local nearby digest; this never writes files or sends webhooks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return | |
| format | No | markdown | |
| latitude | Yes | WGS84 latitude | |
| free_only | No | ||
| longitude | Yes | WGS84 longitude | |
| radius_km | No | Search radius in kilometers, up to 300 | |
| child_score_min | No | Minimum child relevance score from 0 to 1 | |
| max_stale_hours | No | Positive lookback or freshness window in hours | |
| new_within_hours | No | ||
| include_unknown_location | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||