You're viewing a demo portfolio

Join the waitlist
PRSM

trigger_agent_batch

Active

Tool of cloud.redu/mcp

declared in 2.0.0

Starts the autonomous agent batch on your controller VM. Agents read agent-ready tasks from your ROADMAP.md, implement them in parallel, and open PRs. No VPN needed — runs over HTTPS; the controller stays running after you disconnect. Each ROADMAP task MUST be a single checkbox line `- [ ] **Title** — short description *(agent-ready)*` (the `- [ ]`, `**bold title**`, and `*(agent-ready)*` are all required; `##` headings and plain bullets are ignored). If this returns 'No agent-ready tasks', the tasks are mis-formatted — fix them to that exact format and retry.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "controller_url",
    "trigger_token"
  ],
  "properties": {
    "trigger_token": {
      "type": "string",
      "minLength": 1,
      "description": "Trigger token from the controller"
    },
    "controller_url": {
      "type": "string",
      "format": "uri",
      "description": "HTTPS URL of your controller VM"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

cloud.redu/mcp

1/7 registries
View full server →