Next.js Tailwind Assistant
recommend_template
Get template recommendations based on your project requirements. Provide criteria like purpose, color preferences, animation level, required features, and complexity. Returns ranked template suggestions with explanations.
Remote CaullenOmdahl/nextjs-react-tailwind-assistant
Other tools also called recommend_template?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"purpose": {
"type": "string",
"description": "Primary purpose: documentation, marketing, portfolio, agency, learning, event, app, media, content"
},
"features": {
"type": "array",
"items": {
"type": "string"
},
"description": "Required features: blog, search, darkmode, forms, cms, auth, media, ecommerce"
},
"animations": {
"type": "string",
"description": "Animation level: minimal, moderate, high"
},
"complexity": {
"type": "string",
"description": "Complexity preference: beginner, intermediate, advanced"
},
"colorPreference": {
"type": "string",
"description": "Color preference: professional, vibrant, creative, minimal, warm, modern"
}
}
}