ToolsLearning

Append knowledge

Append a timestamped knowledge block with size-cap rollup.

Tool: append_knowledge

Parameters

ParamTypeRequiredDescription
entity_typestringnoperson (default) | company | organization.
entity_idstring (slug or UUID)yesRequired unless entity_type=organization. Aliases: person_id, company_id.
textstringyesNote body. Alias: knowledge.
authorstringnoAttribution. 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."
}

On this page