Next.js Tailwind Assistant
get_sveltekit_doc
[LEGACY] Get SvelteKit documentation for a specific topic. NOTE: This tool only covers ~8% of SvelteKit docs. Use 'get_svelte_full_docs' for complete documentation coverage.
Remote CaullenOmdahl/tailwind-svelte-assistant
Other tools also called get_sveltekit_doc?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"topic": {
"type": "string",
"pattern": "^[a-zA-Z0-9\\-_.]+$",
"maxLength": 50,
"minLength": 1,
"description": "The documentation topic (e.g., 'routing', 'hooks'). Only alphanumeric characters, hyphens, underscores, and dots allowed"
}
}
}