add_search_shortcut
Add a custom search shortcut for any website, enabling quick site-specific searches using a keyword and base search URL.
Instructions
Add a custom website search shortcut so you can search a specific site via web_search. The searchURL should be the site's search URL with the query parameter at the end (e.g. 'https://www.youtube.com/results?search_query=').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the shortcut (e.g. 'GitHub', 'Stack Overflow'). | |
| keyword | Yes | Short keyword to trigger this shortcut (e.g. 'gh' for GitHub, 'so' for Stack Overflow). Used as: web_search engine='gh' query='...' | |
| searchURL | Yes | The search URL base. The query will be appended to this. Example: 'https://github.com/search?q=' or 'https://stackoverflow.com/search?q=' |