queryRobotParam
Upload files to the RPA platform by specifying robotUuid, enabling automation workflows within the YindDao RPA MCP Server.
Instructions
该接口用于上传文件到RPA平台。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
robotUuid | No | schema.local.queryRobotParam.robotUuid |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"robotUuid": {
"description": "schema.local.queryRobotParam.robotUuid",
"type": "string"
}
},
"type": "object"
}