add-data-source
解决界面无法由代理直接配置的问题,提供可操作的人工引导与校验。
需访问 Power Apps 帐户与数据源权限,涉及第三方 API 调用。
引导用户在 Power Apps Canvas Studio 中添加并验证数据源与连接器。
手把手引导你在 Power Apps Canvas Studio 里添加数据源或连接器(比如 SharePoint、Dataverse、SQL、Excel、OneDrive、Teams、Office 365),然后通过 MCP server 验证是否可用。用在需要把新数据接入画布应用、实际建立连接的场景,而不是仅查询已有数据源。特别说明:这部分不能由代码代理直接完成,技能负责说明步骤并验证添加是否成功。
▸ 展开 SKILL.md 英文原文
Guide the user to add a data source, connection, or API connector to a Canvas App via Power Apps Studio, then verify and continue. USE WHEN the user asks to add a data source, add a connection, add an API, add a connector, connect to SharePoint / Dataverse / SQL / Excel / OneDrive / Teams / Office 365, or any similar request to make new data available to the app. DO NOT USE WHEN the user is asking to list or describe existing data sources — call list_data_sources or list_apis directly instead.
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/canvas-apps/skills/add-data-source/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/canvas-apps/skills/add-data-source/SKILL.md"Data sources, connections, and API connectors cannot be added by the coding agent — they must be added through the Power Apps Studio interface. This skill informs the user, guides them to add the connection in their Studio session, verifies it is available via the MCP server, and then continues with any pending work. ## Phase 0 — Identify the Connection Type From the user's request, determine what they want to add and how to verify it: | Request type | Verify with | |---|---| | Data source (SharePoint list, Dataverse table, SQL table, Excel file, OneDrive, etc.) | `list_data_sources` | | API / connector (Office 365 Users, Teams, custom connector, etc.) | `list_apis` | | Unclear | Both `li