runApp
Execute RPA applications using the YingDao RPA MCP Server by specifying the appUuid and optional parameters to automate repetitive tasks efficiently.
Instructions
该接口用于运行RPA应用。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appParams | No | schema.local.executeRpaApp.appParams | |
appUuid | Yes | schema.local.executeRpaApp.appUuid |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"appParams": {
"description": "schema.local.executeRpaApp.appParams"
},
"appUuid": {
"description": "schema.local.executeRpaApp.appUuid",
"type": "string"
}
},
"required": [
"appUuid"
],
"type": "object"
}