create_memory
Create a new memory in short-term or long-term storage
Auth mode: identity
Required scope: memories:write
Input parameters
Section titled “Input parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
userId |
string | yes | — | — |
content |
string | yes | — | — |
type |
short-term | long-term |
yes | — | — |
scope |
string | no | — | — |
metadata |
object | no | — | — |
tags |
string[] | no | [] |
— |
ttl |
integer | no | — | — |
Example
Section titled “Example”{ "name": "create_memory", "arguments": { "userId": "qp", "content": "<content>", "type": "short-term" }}