queryRobotParam
Upload files to the YingDao RPA MCP Server using the queryRobotParam tool to enable automated execution of repetitive tasks through AI interactions.
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"
}