action tokenmetrics_sentiments { label: "Sentiments" description: "Sentiments" provider: tokenmetrics method: GET path: "/v1/sentiments" encoding: json input: { type: "object" properties: { endDate: { type: "string" } limit: { type: "string" } startDate: { type: "string" } tokens: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }