action tokenmetrics_price_prediction { label: "Price Prediction" description: "Price Prediction" provider: tokenmetrics method: GET path: "/v1/price-prediction" encoding: json input: { type: "object" properties: { date: { type: "string" } limit: { type: "string" } tokens: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }