hookmark_search
Search Hookmark bookmarks by keyword across names and URLs, with options to filter by file type and control output format.
Instructions
Search Hookmark bookmarks by keyword. Searches both bookmark names and URLs by default. Returns matching items, one per line. Use format 'paths' (default), 'markdown', 'hooks', or 'verbose' to control output. Use names_only to restrict the search to bookmark names only.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search term to look for in bookmark names and URLs | |
| format | No | Output format: 'paths', 'hooks', 'markdown' (default), or 'verbose' | markdown |
| names_only | No | When true, search only bookmark names, not URLs | |
| files_only | No | When true, exclude non-file items such as emails |