get_vision_payload
Retrieves enriched metadata for a fired Pythia Vision by ID: pattern ranges, failure profile, cooldown context, concurrent fires. Enables AI agents to size positions and compare historical failure modes.
Instructions
Get the full enriched object for a fired Pythia Vision by id.
Returns the rich AI-facing companion to the on-chain VisionFired event: pattern metadata with numeric ranges, failure profile (avg return when correct, avg drawdown when wrong, worst drawdown), cooldown context (hours since last same-pattern fire on this token, confidence delta vs last fire), and concurrent fires from other tokens within the last 24h.
Lightweight on-chain consumers can decode the VisionFired payload bytes directly. AI agents reasoning about a specific Vision should use this tool — it contains the data needed to size positions and compare against historical failure modes, which the on-chain event payload does not.
Args: vision_id: integer id of the Vision (returned by get_vision_history)
Returns: Multi-section text report. If vision_id is not in the recent window (last 20 fires per token), returns a helpful pointer to history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vision_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |