action tokenmetrics_trading_indicator { label: "Trading Indicator" description: "Trading Indicator" provider: tokenmetrics method: GET path: "/v1/trading-indicator" encoding: json input: { type: "object" properties: { limit: { type: "string" } tokens: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }