search_modules_after_confirmation
Search for a specific string in facets.yaml to filter modules. Confirm search intent with user first.
Instructions
Search for a specific string in all facets.yaml files to filter modules.
This tool should only be used after confirming search intent with the user.For exploratory searches, first explain search capabilities before executing.
Args:
search_string (str): The string to search for in modules.
page (int): The page number for pagination.
Returns:
str: JSON string with success, message, instructions, and optional error/data fields. data field contains the filtered modules along with their details.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_string | Yes | ||
| page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |