ToolsLearning
Append knowledge
Append a timestamped knowledge block with size-cap rollup.
Tool: append_knowledge
Parameters
| Param | Type | Required | Description |
|---|---|---|---|
entity_type | string | no | person (default) | company | organization. |
entity_id | string (slug or UUID) | yes | Required unless entity_type=organization. Aliases: person_id, company_id. |
text | string | yes | Note body. Alias: knowledge. |
author | string | no | Attribution. Default: agent. |
Appends a timestamped markdown block; oldest blocks roll up when the size cap is hit.
Sample request
{
"entity_type": "person",
"entity_id": "priya-sharma-0003",
"text": "Prefers async comms; responded well to the PLG angle."
}