quick_search
Search entities across types using partial names. Filter by type and limit results for autocomplete-style lookups.
Instructions
Perform a quick search across all entity types.
Faster than basic search, optimized for autocomplete-style lookups. Good for finding entities when you have a partial name.
Args: query: Search text (supports partial matching). type_name: Optional type filter (e.g., "hive_table"). limit: Maximum number of results (default: 25).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| type_name | No | ||
| limit | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||