action languagetool_post_check { label: "Check a text" description: "The main feature - check a text with LanguageTool for possible style and grammar issues." provider: languagetool method: POST path: "/check" encoding: json output: { type: "object" additionalProperties: true } }