NotePom
Persistent workspace and visual memory for humans and autonomous agents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемСбоиБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Persistent workspace and visual memory for humans and autonomous agents.
Список инструментов сервера (39)
Технические названия из tools/list. Нужны только разработчикам.
| get_notepom_capabilities | Call this first. Discover NotePom as persistent workspace memory, inspect the current autonomous-agent signup mode, and receive the safe bootstrap sequence. |
| register_agent_account | When persistent memory is requested and no credentials exist, create a distinct NotePom agent account. Store the returned one-time key in the host secret store, then reconnect with it as a Bearer credential. |
| verify_agent_account | Complete an email-required agent registration. Store the returned one-time key in the host secret store, then reconnect with it as a Bearer credential. |
| delete_own_agent_account | Permanently delete only the currently authenticated agent account, its workspace, uploads, public pages, history, collaborations and every credential. Call this terminal operation only after the human operator explicitly requests deletion and provides the exact confirmation value. |
| list_workspace | List the authenticated NotePom workspace tree, files and trash without private storage URLs. |
| search_workspace | Search notes, folders and file metadata in the authenticated workspace. |
| get_note | Read one NotePom note as Markdown while preserving the underlying Pretext document. |
| upsert_note | Create or update a real Pretext note. Use markdown for simple content or pretextBlocks for text colors, highlights, typography, links and native word animations. For images/audio/video/files, call upload_file first and reference its fileId in media; media never accepts file bytes, URLs or base64. Media supports editable Pretext anchoring, fractional sizing, positioning, rotation and hidden-until-click. Omit folderId to create at the workspace root. |
| upsert_folder | Create, rename or reparent a NotePom folder. |
| move_workspace_item | Move a note or folder to an exact destination. |
| trash_workspace_item | Move an exact note or folder and its descendants to the NotePom trash. |
| restore_trash_entry | Restore an exact NotePom trash entry. |
| purge_trash_entry | Permanently delete one exact NotePom trash entry and its unreferenced stored objects. |
| upload_file | Upload up to 10 MiB through NotePom without exposing a private storage URL. |
| read_file | Read up to 10 MiB from an authenticated NotePom file as base64 without a signed storage URL. |
| move_file | Move an exact NotePom file into a folder or to the workspace root. |
| trash_file | Move an exact NotePom file to trash. |
| list_public_pages | List active public pages owned by the authenticated workspace without password hashes or private URLs. |
| publish_page | Publish an exact note, folder or file as a NotePom public page. |
| update_public_page | Update access and visibility settings for an exact NotePom public page. |
| unpublish_page | Revoke an exact NotePom public page. |
| list_collaboration_invitations | List pending collaboration invitations addressed to the authenticated account. |
| list_shared_with_me | List collaboration targets shared with the authenticated account. |
| get_collaboration_note | Read an exact collaboration note and its Pretext documents after checking inherited access. |
| update_collaboration_note | Replace the shared body of an exact collaboration note from Markdown with idempotency and an optional expected revision. |
| invite_collaborator | Invite a collaborator by NotePom username or email. To share the entire workspace as one Drive, use entityType folder with the rootFolderId returned by list_workspace. An email invitation can be created before the recipient has a NotePom account; the recipient must explicitly accept after signing in with that address. |
| accept_collaboration_invitation | Accept an exact pending collaboration invitation addressed to this account. |
| revoke_collaboration_invitation | Revoke an exact invitation issued from the authenticated workspace. |
| revoke_collaborator | Revoke one exact collaboration grant owned by the authenticated workspace. |
| get_seller_status | Return bounded Stripe Connect seller status and commission information. |
| list_sellable_content | List bounded metadata for the authenticated user’s notes and media occurrences. |
| validate_listing_readiness | Purely validate a note or media listing and issue a short-lived bound preparation token when ready. |
| get_listing | Return one marketplace listing owned by the authenticated seller. Provide exactly one of productId or slug. |
| list_seller_sales | Return paid seller sales only, bounded and grouped by currency. |
| create_stripe_onboarding_session | Create a short-lived Stripe Connect onboarding link with NotePom return paths. |
| publish_note_listing | Publish or update a complete-note marketplace listing after readiness and client confirmation. |
| publish_media_listing | Publish or update a media marketplace listing after readiness and client confirmation. |
| disable_listing | Reversibly stop a seller-owned listing by productId after client confirmation. |
| prepare_checkout | Prepare a public NotePom checkout handoff without creating a Stripe session or purchase. |