hookmark_list
List Hookmark bookmarks or find items linked to a specific file or URL. Choose output format: plain paths, clickable links, hook:// URLs, or detailed information.
Instructions
List all items hooked to a given file or URL. Returns one item per line in the requested format. Use format 'paths' (default) for plain paths/URLs, 'markdown' for clickable links, 'hooks' for hook:// URLs only, or 'verbose' for full details. Accepts an absolute file path, URL, or hook:// URL. Call with no item to list all Hookmark bookmarks.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | No | Absolute file path, URL, or hook:// URL to list hooks for. Omit to list all bookmarks. | |
| format | No | Output format: 'paths' (default), 'hooks' (hook:// URLs), 'markdown' (links), or 'verbose' (full details) | paths |
| files_only | No | When true, exclude non-file items such as emails |