get_user_profile
Retrieve user identity, preferences, and optional memory from MemOS to answer queries about who the user is and what the assistant knows about them.
Instructions
用户问"我是谁/我的画像/你知道我什么"等身份偏好类问题时调用。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | 每页返回条数。最大 50 | |
| current | No | 分页页码。默认 1 | |
| include_preference | No | 包含偏好记忆。默认 true | |
| include_tool_memory | No | 包含工具轨迹记忆。默认 false |