session_get
ActiveTool of com.seqbench/workbench
declared in 1.1.0
Fetch named entries from a session. Prefer session_run for actually USING the values — it keeps raw sequences out of your context. Use this mainly to inspect or debug what a session currently holds.
Parameters schema
{
"type": "object",
"required": [
"sessionId"
],
"properties": {
"names": {
"type": "array",
"items": {
"type": "string"
},
"description": "Only return these entries; omit to return all of them."
},
"sessionId": {
"type": "string"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
com.seqbench/workbench
1/7 registries