Entity Add Reference¶
Explicitly append a reference row for an entity. The standard recording path is the side-effect of entity_resolve/create/update; this exists for scripts and dashboard-driven recording.
MCP name: entity_add_reference
Category: entities
Mutates state (retry policy: manual)
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
entity_id |
int |
Yes | Stable surrogate id. |
snippet |
str |
No | Optional excerpt or context note for this reference. |
source_kind |
str |
Yes | One of document, chat, task, agent, manual. |
source_path |
str |
Yes | Document/session/agent path being referenced. |