Skip to main content
Glama

YingDao RPA MCP Server

Official
by ying-dao

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ying-dao/yingdao_mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server