Next.js Tailwind Assistant

get_pattern

Retrieve documentation for a specific abstracted pattern. Patterns are organized into: layouts (app-header, sidebar-layout, auth-layout, overlay-navigation), pages (hero-section, pricing-page, blog-layout), and features (animations, dark-mode). Patterns include implementation details, code examples, accessibility considerations, and dependencies.

Remote CaullenOmdahl/nextjs-react-tailwind-assistant

Other tools also called get_pattern? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "category": {
      "type": "string",
      "description": "Pattern category: 'layouts', 'pages', or 'features'"
    },
    "pattern_name": {
      "type": "string",
      "description": "Name of the pattern (e.g., 'app-header', 'pricing-page', 'dark-mode')"
    }
  }
}