action motaword_get_progress { label: "View progress of a project" description: "Monitor the translation progress of an already launched project in real-time." provider: motaword method: GET path: "/projects/{id}/progress" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int64" } raw: { type: "boolean" } } required: ["id"] additionalProperties: false } output: { type: "object" } }