Wiktionary
Wiktionary is the collaborative multilingual dictionary from the Wikimedia Foundation, reachable through the MediaWiki action API. Callers can look up a word's entry and retrieve its definitions, parts of speech, etymology, pronunciation and translations, search entries by title or full text, list pages in a category, fetch page revisions, and pull wikitext or parsed HTML for any entry. Coverage spans many language editions. No credentials required.
What your agent can do with Wiktionary
Triggers and actions 2 actions
- ActionFind words by search
Search Wiktionary entries via GET https://{lang}.wiktionary.org/w/api.php?action=query&list=search&srsearch={query}&format=json — returns matching page titles with snippets.
- ActionGet word definition
Look up a word's dictionary entry via GET https://{lang}.wiktionary.org/api/rest_v1/page/definition/{term} — returns per-language part-of-speech, definitions, and examples for the given term.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Wiktionary API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.