action motaword_get_languages { label: "List of supported languages" description: "Get a list of supported languages" provider: motaword method: GET path: "/languages" encoding: json output: { type: "array" items: { type: "object" properties: { code: { type: "string" } name: { type: "string" } } } } }