Next.js Tailwind Assistant

search_svelte_docs

Search within the complete Svelte and SvelteKit documentation for specific topics or keywords.

Remote CaullenOmdahl/tailwind-svelte-assistant

Other tools also called search_svelte_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., 'routing', 'load function', 'hooks')"
    }
  }
}