Next.js Tailwind Assistant

search_nextjs_docs

Search within the Next.js documentation for specific topics or keywords. Returns relevant excerpts matching the query. Recommended for most use cases as it provides targeted results without the full 320k token context.

Remote CaullenOmdahl/nextjs-react-tailwind-assistant

Other tools also called search_nextjs_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., 'routing', 'server actions', 'middleware')"
    }
  }
}