mem_session_start
Create a new memory session or fetch an existing one using its unique identifier, maintaining consistent context for AI coding agents.
Instructions
Create a memory session, or return it unchanged if its identifier exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique session identifier. Also accepted as `session_id`, which is what every tool that writes to a session calls it. | |
| project | No | Optional explicit project; otherwise it is detected from directory or cwd. | |
| directory | No | Working directory for this session. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No |