find_adjectives_for_noun
Find adjectives that commonly describe a given noun using Google Books Ngrams data. Input a noun like 'ocean' to get adjectives such as deep, blue, vast.
Instructions
Find adjectives commonly used to describe a noun. Based on Google Books Ngrams data. Example: 'ocean' → deep, blue, vast, pacific.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Maximum number of results (1-50, default: 15) | |
| noun | Yes | The noun to find adjectives for |