You're viewing a demo portfolio

Join the waitlist
PRSM

workflow

Active

Tool of com.seqbench/workbench

declared in 1.1.0

Run a multi-tool pipeline over many records. `steps` is an ordered list of { tool, args?, from? }; each step's chained sequence feeds the next by default. `input` is multi-FASTA or one sequence per line.

Parameters schema

{
  "type": "object",
  "required": [
    "steps",
    "input"
  ],
  "properties": {
    "input": {
      "type": "string",
      "description": "Multi-FASTA or one sequence per line."
    },
    "steps": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "tool"
        ],
        "properties": {
          "args": {
            "type": "object",
            "additionalProperties": true
          },
          "from": {
            "description": "Sequence source: \"initial\" or an earlier step index (0-based)."
          },
          "tool": {
            "type": "string"
          }
        }
      }
    }
  },
  "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 →
workflow — com.seqbench/workbench — PRSM MCP