action languagetool_post_words_add { label: "Add word to a dictionary" description: "Add a word to one of the user's personal dictionaries. Please note that this feature is considered to be used for personal dictionaries which must not contain more than 500 words. If this is an issue for you, please contact us." provider: languagetool method: POST path: "/words/add" encoding: json output: { type: "object" additionalProperties: true } }