session_create
ActiveTool of com.seqbench/workbench
Start a scratch session that holds several named sequences/values (e.g. vector, insert, forward/reverse primer) for use across multiple tool calls via session_run, instead of re-pasting them into every call. Sessions expire after 24 hours.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"entries": {
"type": "object",
"description": "Initial named entries, e.g. {\"vector\": \"...\", \"insert\": \"...\"}. Optional — you can also add entries later with session_set.",
"additionalProperties": {
"type": "string"
}
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.seqbench/workbench
1/7 registries