Pyth Get Price
pyth_getPriceRetrieve the current price from a Pyth on-chain oracle feed to support pricing, risk checks, and market-aware agent decisions.
Instructions
Get the current price from a Pyth on-chain oracle feed. 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 |
|---|---|---|---|
| priceId | Yes | Pyth price feed ID (hex) or symbol (e.g. "SOL/USD") |
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. |