list-connections

List Power Platform connections and retrieve connection IDs via PAC CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai --skill list-connections-butchersoft-msn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-connections
Source: https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai/tree/main/Assets/Plugins/code-apps/skills/list-connections
Command: npx skills add https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai --skill list-connections-butchersoft-msn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List Power Platform connections in the current environment to retrieve the necessary IDs for configuring connectors in code apps.

Core Features & Use Cases

  • Retrieve all connections in the active environment and display their IDs for easy reference when wiring new connectors.
  • Validate connectivity by attempting to query connections via the PAC CLI and guiding authentication when needed.
  • Use case: when preparing a code app integration, quickly gather the required connection IDs to wire the data sources.

Quick Start

Run the skill to list all Power Platform connections in the current environment and copy the Connection IDs you need for your code app.

Frequently Asked Questions about list-connections

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list Power Platform connections in my current environment?

You can list Power Platform connections in your current environment by running the skill, which queries the active environment via the PAC CLI and displays all available connection IDs for reference.

What is the best way to get a connection ID for a Power Platform code app?

The best way to get a connection ID for a code app is to list all Power Platform connections in your active environment, then copy the specific Connection ID required to wire your data source connector.

Why does listing Power Platform connections fail with an authentication error?

Listing Power Platform connections fails when PAC CLI authentication is missing or expired; the skill validates connectivity and provides guidance to re-authenticate so you can retrieve connection IDs.

Do I need the PAC CLI to retrieve Power Platform connection IDs?

Yes, you need the PAC CLI to retrieve Power Platform connection IDs, as the skill validates connectivity and queries the current environment by executing commands directly through the Power Platform CLI.

When do I need to list Power Platform connection IDs?

You need to list Power Platform connection IDs during environment planning and when preparing a code app integration, allowing you to gather the required identifiers to wire data sources into your application.