LanguageTool · Capability
LanguageTool HTTP API
LanguageTool checks texts for style and grammar issues. The HTTP API provides programmatic access to grammar checking, language detection, and personal dictionary management.
What You Can Do
POST
Checktext
— Check text for grammar and style issues
/check
GET
Listlanguages
— List supported languages
/languages
GET
Listwords
— List personal dictionary words
/words
POST
Addword
— Add a word to a personal dictionary
/words/add
POST
Deleteword
— Delete a word from a personal dictionary
/words/delete
MCP Tools
checktext
Check text for grammar and style issues
listlanguages
List supported languages
read-only
idempotent
listwords
List personal dictionary words
read-only
idempotent
addword
Add a word to a personal dictionary
deleteword
Delete a word from a personal dictionary