Next.js Tailwind Assistant
answer_questionnaire
Submit answers to the template selection questionnaire and receive personalized recommendations. Provide answers as a key-value object where keys are question IDs (purpose, colorPreference, animations, features, complexity) and values are your choices.
Remote CaullenOmdahl/nextjs-react-tailwind-assistant
Other tools also called answer_questionnaire?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"answers": {
"type": "object",
"description": "Questionnaire answers as key-value pairs",
"additionalProperties": {
"anyOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
]
}
}
}
}