Skip to main content
Glama
devinoldenburg

aceternity-mcp

recommend_components

Get component recommendations by describing your design goal or use case. The tool analyzes your input against component metadata, categories, and tags to return the best matches.

Instructions

Recommend components for a specific use case or design goal.

Analyses the description against component metadata, categories, tags, and scoring dimensions to find the best matches.

Example descriptions:

  • "premium AI SaaS landing page with dark theme"

  • "subtle background effect for a login page"

  • "testimonial section for a marketing site"

  • "animated hero for a startup landing page"

Args: description: Free-text description of what you need max_results: Number of recommendations to return (default 10, max 100) include_pro: Include pro components (default True)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionYes
max_resultsNo
include_proNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions the analysis process but does not disclose behavioral traits such as idempotency, resource consumption, or error handling. The description lacks transparency on behavior beyond the basic operation.

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

Conciseness4/5

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

The description is concise and well-structured: purpose, mechanism, examples, then parameter docs. It front-loads the key information. Minor redundancy in explaining 'analyses' could be trimmed, but overall efficient.

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

Completeness3/5

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

Given the presence of an output schema, the description handles inputs well but omits contextual details like edge cases, no-match handling, or differentiation from similar tools. It is adequate but not fully complete for complex usage.

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

Parameters5/5

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

With 0% schema coverage, the description fully documents all three parameters: description with illustrative examples, max_results with default and max, and include_pro with its toggle meaning. This adds substantial value beyond the schema.

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

Purpose4/5

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

The description clearly states it recommends components for a use case or design goal by analyzing descriptions. It differentiates from simple search tools but not explicitly from similar tools like 'match_components_to_project'. Thus, it's clear but lacks full sibling differentiation.

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

Usage Guidelines3/5

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

The description provides examples that imply usage for natural language queries, but it does not explicitly state when to use this tool versus alternatives like 'search_components' or 'filter_by_scores'. Usage guidance is implicit and not robust.

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/devinoldenburg/aceternity-mcp'

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