You're viewing a demo portfolio

Join the waitlist
PRSM

update_workflow

Active

Tool of SendIt

declared in 0.1.0

Update a workflow's configuration or status.

Parameters schema

{
  "type": "object",
  "required": [
    "workflowId"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "steps": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      }
    },
    "active": {
      "type": "boolean"
    },
    "workflowId": {
      "type": "string",
      "description": "Workflow ID"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SendIt

https://github.com/Shree-git/sendit

1/7 registries
View full server →
update_workflow — SendIt — PRSM MCP