action tokenmetrics_correlation { label: "Correlation" description: "Correlation" provider: tokenmetrics method: GET path: "/v1/correlation" encoding: json input: { type: "object" properties: { limit: { type: "string" } tokens: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }