Tools/dictionary
Dictionary

Dictionary

Active

Your agent improvises definitions; this returns real entries, phonetics, and examples from Wiktionary.

1 tool

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.

Knowledge & Referencedictionarydefinitionswordsphoneticslanguage

Tools (1)

Look up the definition, phonetics, and examples for a word.

0.1 credits/call ($0.0001) · 0.1 credit per call

Example prompts

  • Define the word "serendipity"
  • What does "ephemeral" mean and how is it pronounced?
  • Give me synonyms and examples for "happy"

Parameters

wordstringrequired

The word to define.

languagestringrequireddefault: "en"

Dictionary language code (e.g. "en", "en_US", "fr", "es").

API Usage

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\""
  }
}'

CLI Usage

askfaro describe dictionary/define

Install pip install askfaro-cli, then askfaro auth login.