get_client_info_json
Identify the MCP client and its default dataset to enable agent-scoped memory separation.
Instructions
Return the current MCP client identity and its agent-scoped default dataset. The workspace UI uses this to automatically separate memory per agent (e.g. Cursor writes to 'cursor_memory', Claude Code to 'claude_code_memory'). The default dataset is created on demand. Returns {client: {name, version}, default_dataset} in structuredContent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||