workflow_update
Modify workflow properties including name, description, visibility, and starred status within the Rowan MCP Server's chemistry platform.
Instructions
Update workflow details.
Args: workflow_uuid: UUID of the workflow to update name: New name for the workflow. Empty string to keep current name notes: New notes/description for the workflow. Empty string to keep current notes starred: Set starred status ("true"/"false"). Empty string to keep current status public: Set public visibility ("true"/"false"). Empty string to keep current status
Returns: Dictionary with updated workflow information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_uuid | Yes | UUID of the workflow to update | |
| name | No | New name for the workflow. Empty string to keep current name | |
| notes | No | New notes/description for the workflow. Empty string to keep current notes | |
| starred | No | Set starred status ('true'/'false'). Empty string to keep current status | |
| public | No | Set public visibility ('true'/'false'). Empty string to keep current status |