Examples, write
Move example
Move an example between the project's own pool and one series. A series' examples are read by that series' runs; the pool is read by every run.
write
MCP
Tool namemove_example
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "move_example",
"arguments": {
"example_id": "<uuid>",
"series_id": "<uuid>"
}
}
}Input
example_idrequireduuid
The example's own id, from list_examples or save_example.
series_idrequireduuid | null
The series to keep it for, or null for the project's pool.
Returns
The example as saved, so a caller sees where it landed.