LA
LanguageTool API
/words
List words in dictionaries
List words in the user's personal dictionaries.
liveunknown~3s typical
languagetool
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-languagetool-org /words for me.
Input
| Field | Type | Description |
|---|---|---|
| offset | integer | Offset of where to start in the list of words. Defaults to 0. default null |
| limit | integer | Maximum number of words to return. Defaults to 10. default null |
| username* | string | Your username as used to log in at languagetool.org. default null |
| apiKey* | string | <a target='_blank' href='https://languagetool.org/editor/settings/access-tokens'>Your API key</a> default null |
| dicts | string | Comma-separated list of dictionaries to include words from; uses special default dictionary if this is unset default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-languagetool-org","endpoint":"/words","input":{"offset":1,"limit":1,"username":"...","apiKey":"...","dicts":"..."}}'cli
npx cracked-ai run -p oa-languagetool-org -e /words -i '{"offset":1,"limit":1,"username":"...","apiKey":"...","dicts":"..."}'mcp
run_tool({ provider: "oa-languagetool-org", endpoint: "/words", input: {"offset":1,"limit":1,"username":"...","apiKey":"...","dicts":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.