Skip to main content
Glama

MCP Design System Extractor

search_components

Search and filter design system components by name, title, or category to quickly locate UI elements like modals, dialogs, buttons, and forms. Supports pagination for large datasets and case-insensitive partial matching.

Instructions

Search design system components by name, title, or category. Find UI components like modals, dialogs, popups, overlays, buttons, forms, cards, etc. Name is the component name only (e.g., "Modal", "Dialog"), title is the full story path (e.g., "Components/Overlays/Modal"), category is the grouping (e.g., "Components/Overlays"). Use "*" as query to list all components. Supports pagination for large result sets.

Input Schema

NameRequiredDescriptionDefault
pageNoPage number (1-based). Default is 1.
pageSizeNoNumber of components per page (1-100). Default is 50.
queryYesThe search query to match (e.g., "button", "form", "nav"). Use "*" to list all components. Case-insensitive partial matching.
searchInNoWhere to search: "name" (component name only), "title" (full path), "category" (grouping), or "all" (search everywhere, default)

Input Schema (JSON Schema)

{ "properties": { "page": { "description": "Page number (1-based). Default is 1.", "type": "number" }, "pageSize": { "description": "Number of components per page (1-100). Default is 50.", "type": "number" }, "query": { "description": "The search query to match (e.g., \"button\", \"form\", \"nav\"). Use \"*\" to list all components. Case-insensitive partial matching.", "type": "string" }, "searchIn": { "description": "Where to search: \"name\" (component name only), \"title\" (full path), \"category\" (grouping), or \"all\" (search everywhere, default)", "enum": [ "name", "title", "category", "all" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from MCP Design System Extractor

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/freema/mcp-design-system-extractor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server