propose_snippets
Search Looba for UI components and propose 3 snippet options with URLs to add to your project.
Instructions
Search Looba and propose exactly 3 snippet options to the user with their looba.dev post URLs. Use this tool INSTEAD of list_posts whenever the user asks for a UI component, animation, button, card, navbar, hero, or any visual element to add to their project. After this tool returns: (1) present the 3 options with their links, (2) ask the user which one they want (1, 2, or 3), (3) call integrate_post with the chosen slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What the user is looking for, e.g. 'animated button', 'card hover effect', 'glassmorphism navbar', 'loading spinner' | |
| snippet_type | No | Snippet type matching the project stack. Use 'react' for React/Next/Remix, 'tailwind' for Tailwind projects, 'classic' for vanilla HTML/CSS/JS (default: all) | |
| project_context | No | Brief description of the project stack so the AI can pass it to integrate_post later |