Your agent improvises definitions; this returns real entries, phonetics, and examples from Wiktionary.
Word definitions, parts of speech, phonetics, pronunciations, synonyms, and example sentences across multiple languages. Definitions are sourced from Wiktionary and licensed CC BY-SA 3.0; credit Wiktionary when you surface them.
Look up the definition, phonetics, and examples for a word.
The word to define.
Dictionary language code (e.g. "en", "en_US", "fr", "es").
curl -X POST "https://skill.askfaro.com/skills/dictionary/run" \
-H "Authorization: Bearer faro_<your_key>" \
-H "Content-Type: application/json" \
-d '{
"intent": {
"prompt": "Define the word \"serendipity\""
}
}'askfaro describe dictionary/define
Install pip install askfaro-cli, then askfaro auth login.