YingDao RPA MCP Server

by ying-dao
MIT License
5
  • Apple

queryApplist

Retrieve paginated RPA application lists by filtering with app ID, name, or owner details. Ideal for managing and accessing automation workflows within the YingDao RPA MCP Server.

Instructions

该接口用于分页获取RPA应用列表。

Input Schema

NameRequiredDescriptionDefault
appIdNoRPA应用UUID
appNameNoRPA应用名称模糊匹配
ownerUserSearchKeyNo用户账号精确匹配
pageNo页码1
sizeNo一页大小30

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appId": { "description": "RPA应用UUID", "type": "string" }, "appName": { "description": "RPA应用名称模糊匹配", "type": "string" }, "ownerUserSearchKey": { "description": "用户账号精确匹配", "type": "string" }, "page": { "default": "1", "description": "页码", "type": "string" }, "size": { "default": "30", "description": "一页大小", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from YingDao RPA MCP Server

Related Tools

ID: lsdumroc1n