ToolsLearning
Get knowledge
Read knowledge markdown for a person, company, or organization.
Tool: get_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 (then the tenant org is used). Aliases: person_id, company_id. |
Sample request
{
"entity_type": "person",
"entity_id": "priya-sharma-0003"
}