dictionary_synonyms
Get synonyms for a word grouped by lexical sense and part of speech. Pass a sense_id to narrow results to that meaning, or set limits to balance sense-scoped and unsensed candidates.
Instructions
Find synonyms grouped by sense and part of speech.
Pass a sense_id from dictionary_lookup when context matters. Candidates without a source sense are returned only as explicitly unsensed groups. max_senses controls how many lexical senses are inspected; unsensed_limit allocates part of the total candidate limit to all unsensed results. Set 0 for strictly sense-scoped candidates. Allocations must not exceed limit. count is the number of sense groups; candidate_count is the total number of nested synonym candidates governed by 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 |
| sense_id | No | ||
| max_senses | No | Maximum source-native lexical senses to inspect. | |
| part_of_speech | No | ||
| unsensed_limit | No | Maximum candidates from this result class within limit. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||