Available tools
When you connect Web MCP, not24get registers the following capabilities with your MCP client. All tool calls use your active browser session, so they can only see and modify the workspaces you can access.
Tools
| Tool | What it does |
|---|---|
not24getme.tool.bookmark.search | Search bookmarks available to the current account. Accepts query (or q), optional workspaceId, limit (1–50, default 20), and offset for pagination. |
not24getme.tool.bookmark.create | Create a bookmark — mirrors the in-app New bookmark form. Accepts url (required), title, description, tags[], folderId or folderName, archiveCapture, and workspaceId. Omit both folder fields to save into the workspace's uncategorized list. |
not24getme.tool.bookmark.delete | Delete a bookmark. Accepts bookmarkId (required), optional workspaceId, and folderId or folderName if the bookmark lives in a folder. |
not24getme.tool.workspace.list | List the workspaces the current account can access (id, name, slug, tenant, default flag). |
not24getme.tool.folder.list | List bookmark folders in a workspace. Accepts an optional workspaceId; otherwise the current route or default workspace is used. |
not24getme.tool.folder.create | Create a folder in a workspace. Accepts name (required), optional workspaceId, and optional parentId for nested folders. |
Resources
| Resource | What it returns |
|---|---|
not24getme.resource.workspace.read | Workspace metadata for the active tenant scope. |
not24getme.resource.preferences.read | Profile preferences for the current authenticated account. |
Prompts
| Prompt | Purpose |
|---|---|
not24getme.prompt.bookmark.summarize | Summarize a bookmark collection for quick review. |
not24getme.prompt.bookmark.cleanup.plan | Generate a cleanup plan for stale or duplicate bookmarks. |
Limits and behaviour
- Search caps results at 50 per call. Page through more results with
offset. - Bookmark create mirrors the in-app form: the same validation, archive capture, and folder rules apply.
- Delete is permanent and uses the same checks as the in-app delete action.
- All write operations refresh the open tab's data after they succeed, so changes appear immediately in the bookmark hub.
Prerequisites
- A working Web MCP connection from Connect Web MCP (browser transport or Local Agent).
- An open not24get tab for the account and workspaces you want the assistant to use.
- Optional: know folder and workspace names so the assistant can pass
folderName/workspaceIdwithout guessing.
Troubleshooting
- Tools missing in the host — reconnect Web MCP and refresh the not24get tab. The host only sees tools published after a successful connect.
- Creates land in the wrong workspace — pass
workspaceIdexplicitly, or open the intended workspace in the browser URL before the tool call. - Folder not found — create the folder in-app first, or call
not24getme.tool.folder.create, then retry bookmark create withfolderNameorfolderId. - Need headless automation without a browser tab — use an API key instead (Use an API key).
Related
- Connect Web MCP — set up the transport
- Use an API key — headless automation outside MCP
- Save a bookmark
- Create a folder
- WebMCP operator skill