Create private mark
create_markPersist a private note, decision, or preference for future sessions by writing a self-addressed mark to the local inbox, staying hidden and never sent.
Instructions
Use for a self-addressed capture — a preference, decision, or note the user wants to persist for later sessions with no recipient. This writes a private seed packet straight into .notch/private/inbox/; it is never sent anywhere and stays hidden from packet listings unless the server runs with --include-private.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Lowercase slug tags (a-z, 0-9, hyphen) for later filtering; must be unique. | |
| title | No | Short title for the mark; defaults to the first non-empty line of summary, truncated to 80 characters. | |
| summary | Yes | The note being captured; stored verbatim as the mark's summary. | |
| actorName | No | Name recorded as the author of this write; defaults to the server's configured actor, or 'mcp-client'. | |
| supersedes | No | Record ID this mark replaces; check_store reports the edge as broken if the referenced record is not in the store. | |
| sourceLinks | No | Context links to attach (kind: file, url, commit, issue, record, command, or repo); file links must resolve inside the project root. |