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.

What's next