action languagetool_post_words_delete { label: "Remove word from a dictionary" description: "Remove a word from one of the user's personal dictionaries." provider: languagetool method: POST path: "/words/delete" encoding: json output: { type: "object" additionalProperties: true } }