action motaword_get_popular_pairs { label: "View your popular language pairs" provider: motaword method: GET path: "/stats/popular-pairs" encoding: json output: { type: "object" properties: { pairs: { type: "array" items: { type: "object" properties: { source_language: { type: "string" } target_language: { type: "string" } } } } } } }