dictionary_relations
Find directed lexical or commonsense relations such as antonyms, hypernyms, hyponyms, meronyms, and related links. Specify a word and relation to retrieve sourced results with distance and provenance.
Instructions
Find one directed lexical or commonsense relation.
Supported relations include antonym, hypernym, hyponym, meronym, holonym, derivation, etymology, use, capability, location, and related. Each result states its direction and provenance. Direct results have relation_scope="direct" and distance=1. Hypernym and hyponym queries may also return distance-2 results explicitly labelled relation_scope="transitive", with both sourced edges in path. max_depth is the relation graph hop limit (v1 supports one or two), while transitive_limit allocates part of the total candidate limit. Set max_depth=1 or transitive_limit=0 for direct results only. Allocations must not exceed limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| word | Yes | Unicode query text; normalized with NFKC and casefold for lookup. | |
| limit | No | Maximum total result budget for this tool. | |
| language | No | ISO/BCP-47 language tag. | en |
| relation | Yes | ||
| sense_id | No | ||
| max_depth | No | ||
| target_language | No | ||
| transitive_limit | No | Maximum candidates from this result class within limit. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||