stop_recording
Finishes an active EEG session, writes the recording to a .fif file, and registers it in the metadata store for later analysis.
Instructions
Finish the recording, write the .fif, and register it for analysis.
The event log becomes annotations inside the file, and -- unless you pass
register=false -- a row is inserted into the metadata store with the
subject, task, run and provenance, so neuro-mcp can find and open it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| register | No | Insert the recording into the metadata database. | |
| session_id | Yes | The session whose recording to finish. | |
| keep_sidecar | No | Keep the raw crash-recovery files after conversion. Normally removed once the .fif is safely written. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||