Skip to main content
Glama
devinoldenburg

aceternity-mcp

generate_page_layout

Generates a complete page layout by analyzing your description, selecting the best template, and filling each section with recommended components. Returns an ordered layout with install commands and dependency summary.

Instructions

Generate a complete page layout with component recommendations.

Analyses the description to detect the page type, selects the best template, and fills each section with recommended components. Returns an ordered layout with install commands and dependency summary.

Supported page types (auto-detected if not specified):

  • landing: Conversion-focused landing page

  • saas: SaaS product marketing page

  • dashboard: Data-rich admin dashboard

  • portfolio: Creative portfolio or showcase

  • ecommerce: E-commerce product store

  • blog: Blog or content publication

  • documentation: Documentation or knowledge base

Example descriptions:

  • "premium AI SaaS product page with dark theme"

  • "fintech dashboard with analytics and charts"

  • "designer portfolio with 3D effects"

  • "online clothing store with product grid"

  • "developer blog with code examples"

Args: page_description: Free-text description of the page to build page_type: Explicit page type (auto-detected if omitted) include_pro: Include pro components (default True) components_per_section: Components per section (default 2, max 10)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_descriptionYes
page_typeNo
include_proNo
components_per_sectionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses returns (ordered layout, install commands, dependency summary) and auto-detection behavior, but does not mention side effects, auth needs, or rate limits. Adequate but not comprehensive.

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?

Description is well-structured with a summary, supported types list, examples, and parameter details. Some redundancy in examples could be trimmed, but overall efficient and front-loaded.

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?

Given the tool's complexity and output schema presence, the description covers inputs, auto-detection, and return value. Minor gap: no mention of error handling for vague descriptions. Near complete.

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?

Schema has 0% description coverage, but the description adds full meaning to all four parameters: what they are, defaults, constraints (e.g., max for components_per_section), and auto-detection behavior for page_type. Fully compensates for schema gap.

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 the tool generates a complete page layout with component recommendations, listing supported page types and giving examples. It is distinct from sibling tools which focus on individual components or cache stats.

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 implies when to use (to generate a layout), but does not explicitly mention when not to use or suggest alternatives (e.g., recommend_components for component-only tasks). Usage is inferred but not fully guided.

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