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

ToolWhat it does
not24getme.tool.bookmark.searchSearch bookmarks available to the current account. Accepts query (or q), optional workspaceId, limit (1–50, default 20), and offset for pagination.
not24getme.tool.bookmark.createCreate 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.deleteDelete a bookmark. Accepts bookmarkId (required), optional workspaceId, and folderId or folderName if the bookmark lives in a folder.
not24getme.tool.workspace.listList the workspaces the current account can access (id, name, slug, tenant, default flag).
not24getme.tool.folder.listList bookmark folders in a workspace. Accepts an optional workspaceId; otherwise the current route or default workspace is used.
not24getme.tool.folder.createCreate a folder in a workspace. Accepts name (required), optional workspaceId, and optional parentId for nested folders.

Resources

ResourceWhat it returns
not24getme.resource.workspace.readWorkspace metadata for the active tenant scope.
not24getme.resource.preferences.readProfile preferences for the current authenticated account.

Prompts

PromptPurpose
not24getme.prompt.bookmark.summarizeSummarize a bookmark collection for quick review.
not24getme.prompt.bookmark.cleanup.planGenerate 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 / workspaceId without 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 workspaceId explicitly, 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 with folderName or folderId.
  • Need headless automation without a browser tab — use an API key instead (Use an API key).