You're viewing a demo portfolio

Join the waitlist
PRSM

batch

Active

Tool of com.seqbench/workbench

declared in 1.1.0

Run one SeqBench tool over many records at once. `input` is multi-FASTA or one sequence per line; `tool` is any batchable tool name; `args` are shared arguments. Returns a table of per-record results.

Parameters schema

{
  "type": "object",
  "required": [
    "tool",
    "input"
  ],
  "properties": {
    "args": {
      "type": "object",
      "description": "Shared arguments applied to every record.",
      "additionalProperties": true
    },
    "tool": {
      "type": "string",
      "description": "Batchable tool name (e.g. gc_content, translate)."
    },
    "input": {
      "type": "string",
      "description": "Multi-FASTA or one sequence per line."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.seqbench/workbench

1/7 registries
View full server →
batch — com.seqbench/workbench — PRSM MCP