You're viewing a demo portfolio

Join the waitlist
PRSM

session_get

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

com.seqbench/workbench

1/7 registries
View full server →