FD
Free Dictionary
/define
Define word
Definitions, part of speech, phonetics and synonyms for an English word.
liveverifieddegraded · 19.8s
dictionarydefinitionlanguage
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run dictionary /define for me.
Input
| Field | Type | Description |
|---|---|---|
| word* | string | Word |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"dictionary","endpoint":"/define","input":{"word":"..."}}'cli
npx cracked-ai run -p dictionary -e /define -i '{"word":"..."}'mcp
run_tool({ provider: "dictionary", endpoint: "/define", input: {"word":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.