Next.js Tailwind Assistant

get_component_snippet

Get a Svelte component code snippet for a specific UI element.

Remote CaullenOmdahl/tailwind-svelte-assistant

Other tools also called get_component_snippet? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "snippet_name": {
      "type": "string",
      "pattern": "^[a-zA-Z0-9\\-_.]+$",
      "maxLength": 50,
      "minLength": 1,
      "description": "The name of the specific snippet. Only alphanumeric characters, hyphens, underscores, and dots allowed"
    },
    "component_category": {
      "type": "string",
      "pattern": "^[a-zA-Z0-9\\-_.]+$",
      "maxLength": 30,
      "minLength": 1,
      "description": "The category of the component. Only alphanumeric characters, hyphens, underscores, and dots allowed"
    }
  }
}