Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
maxNoMaximum number of results (1-50, default: 15)
nounYesThe noun to find adjectives for
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions the data source (Google Ngrams) and implies ranked commonality via the example, but does not disclose whether the tool is read-only, has rate limits, returns sorted results, or any idiosyncrasies. The description is insufficient for a critical mutation tool scenario.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is exceptionally concise: two sentences and an example. It is front-loaded with the main action ('Find adjectives commonly used to describe a noun'), and every word serves a purpose. The example efficiently demonstrates input and output without wasted text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a low-complexity tool with 2 parameters, no output schema, and no annotations, the description provides sufficient context: the data source and an example output format. However, it lacks explicit mention of return structure (e.g., list, array) or potential edge cases (e.g., rare nouns). Still, given the tool's simplicity, it is largely complete enough for an AI agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% (both parameters have descriptions in the schema). The description adds no extra meaning beyond the schema; it does not elaborate on the 'max' parameter's range or default, nor does it clarify the 'noun' parameter beyond its use. Baseline is 3 as per rubric, since high schema coverage mitigates the lack of parameter details in the description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Find adjectives commonly used to describe a noun' with a specific verb and resource. It includes a concrete example ('ocean' → deep, blue, vast, pacific) that instantly distinguishes it from sibling tools like find_synonyms or find_nouns_for_adjective, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no explicit guidance on when to use this tool versus alternatives. It does not mention exclusion criteria, prerequisites, or compare to siblings. The only contextual hint is 'Based on Google Books Ngrams data,' which vaguely suggests usage for common collocations but lacks clear direction for tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lacausecrypto/datamuse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server