Next.js Tailwind Assistant
search_tailwind_docs
Search within the Tailwind CSS documentation for specific utility classes or concepts. Returns relevant excerpts matching the query. Recommended for most use cases as it provides targeted results without the full 730k token context.
Remote CaullenOmdahl/nextjs-react-tailwind-assistant
Other tools also called search_tailwind_docs?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Maximum number of results to return (default: 5, max: 20)"
},
"query": {
"type": "string",
"description": "The search query (e.g., 'padding', 'flex', 'dark mode')"
}
}
}