tag_note
Link a note to the entities it references, resolving or creating each entity to tag subjects missed during capture.
Instructions
Link an existing note to the entities it references (resolving/creating each).
Use when you spot a subject in a note that wasn't tagged at capture time. Resolve
against the registry first (`list_entities`/`find_entities`) to avoid duplicates.
Args:
note: Id of the note to link (e.g. "note-3").
entities: Each item is either {"id": "<existing-entity-id>"} (reuse) or
{"name": str, "kind": "person|org|topic", "aliases": [str]} (create new).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| entities | Yes |