Pyth Get Price History
pyth_getPriceHistoryRetrieve historical price data from the Pyth oracle for a given price ID and time period. Useful for pricing context, risk checks, and market-aware decisions.
Instructions
Get historical price data from Pyth oracle. SAP MCP context: Protocol pyth; operation class read. Use for Pyth oracle price reads and feed discovery. Use oracle reads as context for pricing, risk checks, and market-aware agent decisions; do not treat them as settlement proof.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Period parameter for Pyth Get Price History. | |
| priceId | Yes | Price ID parameter for Pyth Get Price History. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |