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.
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.
get_component_snippet
Get a Svelte component code snippet for a specific UI element.
list_sveltekit_topics
Lists available SvelteKit documentation topics.
list_tailwind_info_topics
Lists available Tailwind CSS documentation topics.
list_snippet_categories
Lists available component snippet categories.
list_snippets_in_category
Lists available snippets within a specified category.
get_svelte_full_docs
Get the complete Svelte and SvelteKit documentation (~1MB, 100% coverage). WARNING: This returns ~320,000 tokens. Only use with LLMs that support large context windows (100k+ tokens). For smaller contexts, use 'search_svelte_docs' or 'get_sveltekit_doc' instead.
get_tailwind_full_docs
Get the complete Tailwind CSS documentation (~2.1MB, 249 files, 100% coverage). WARNING: This returns ~730,000 tokens. Only use with LLMs that support very large context windows (200k+ tokens). For smaller contexts, use 'search_tailwind_docs' or 'get_tailwind_info' instead.
search_svelte_docs
Search within the complete Svelte and SvelteKit documentation for specific topics or keywords.
search_tailwind_docs
Search within the complete Tailwind CSS documentation for specific utility classes or concepts.