Next.js Tailwind Assistant

search_tailwind_docs

Search within the complete Tailwind CSS documentation for specific utility classes or concepts.

Remote CaullenOmdahl/tailwind-svelte-assistant

Other tools also called search_tailwind_docs? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "maximum": 20,
      "minimum": 1,
      "description": "Maximum number of results to return (default: 5)"
    },
    "query": {
      "type": "string",
      "maxLength": 100,
      "minLength": 2,
      "description": "The search query (e.g., 'padding', 'flex', 'dark mode')"
    }
  }
}