Next.js Tailwind Assistant
list_snippets_in_category
Lists available snippets within a specified category.
Remote CaullenOmdahl/tailwind-svelte-assistant
Other tools also called list_snippets_in_category?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"category": {
"type": "string",
"pattern": "^[a-zA-Z0-9\\-_.]+$",
"maxLength": 30,
"minLength": 1,
"description": "The category name to list snippets for. Only alphanumeric characters, hyphens, underscores, and dots allowed"
}
}
}