reload_data
Reload a dataset from disk to reflect external script modifications. Provide the data ID to sync the latest changes into the analysis session.
Instructions
Reload dataset from disk after external script modifications.
Args:
data_id: Dataset ID to reload (must exist in MCP memory)
path: Custom path (default: ~/.chatspatial/active/{data_id}.h5ad)
Returns:
Summary of reloaded dataset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| data_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |