Next.js Tailwind Assistant
get_tailwind_info
[LEGACY] Get Tailwind CSS information for a specific query. NOTE: This tool only covers ~4% of Tailwind docs. Use 'get_tailwind_full_docs' for complete documentation coverage.
Remote CaullenOmdahl/tailwind-svelte-assistant
Other tools also called get_tailwind_info?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"pattern": "^[a-zA-Z0-9\\-_.]+$",
"maxLength": 50,
"minLength": 1,
"description": "The Tailwind CSS class or concept. Only alphanumeric characters, hyphens, underscores, and dots allowed"
}
}
}