searchPatternFlyDocs
Search PatternFly resources by name or partial match to get component names, documentation URLs, and resource URIs.
Instructions
Search PatternFly resources and get component names with documentation and guidance URLs. Supports case-insensitive partial and all ("*") matches.
**Usage**:
1. Input a "searchQuery" to find PatternFly documentation and guideline URLs, resource URIs, and component names.
2. Use the returned resource names OR URLs OR URIs OR version with the "usePatternFlyDocs" tool to get markdown documentation, guidelines, and component JSON schemas.
**Returns**:
- Component and resource names that can be used with "usePatternFlyDocs"
- Documentation and guideline URLs that can be used with "usePatternFlyDocs"
- Resource URIs that can be used with "usePatternFlyDocs" or directly as MCP resources
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| searchQuery | Yes | Full or partial resource or component name to search for (e.g., "button", "react", "*") | |
| version | No | Filter results by a specific PatternFly version (e.g. "current", "latest", "v6") |