searchPatternFlyDocs
Search PatternFly resources to retrieve component names and documentation URLs. Supports partial and wildcard (*) queries for flexible matching.
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, and component names.
2. Use the returned resource names OR URLs 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"
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") |