
Skill
list-connectors
discover Microsoft App connectors and data sources
Description
Lists connectors reachable in the active environment and the connection-bound data sources already wired into a Microsoft App. Use when discovering connectors and their operations before adding data sources.
SKILL.md
📋 Shared Instructions: shared-instructions.md — Cross-cutting concerns.
List Connectors
Two read-only views, depending on what the user is asking:
- What data sources are already bound to this app? →
ms app show --json(inspectsms.config.json). - What connectors are reachable in the active environment? →
ms connector list-actions --connector <id>for a specific connector, or browse the public reference for available api-ids.
Workflow
- Memory Bank → 2. Verify Env → 3. Mode → 4. Run + Present
Step 1: Check Memory Bank
Read memory-bank.md for the app's environment, if recorded. This is for context/verification only (confirming you're working against the expected app/environment) — ms app show --json and ms connector list-actions don't take environment targeting from it and the listing isn't scoped by it.
Step 2: Verify Env
BIN=ms
$BIN auth status # confirm the active UPN
Step 3: Mode
Ask (or infer):
- app: enumerate data sources already wired into the current project (requires
ms.config.jsonin cwd). - connector: list the operations exposed by a specific connector — useful when planning an
/add-*invocation.
Step 4a: App-bound data sources
test -f ms.config.json || { echo "Not in a Microsoft App workspace."; exit 1; }
$BIN app show --json
Parse the response for the data-source list and print a summary:
| Connector | api-id | Type | Name |
|---|---|---|---|
| Dataverse | dataverse | table | contact |
| SharePoint Online | shared_sharepointonline | table | Project Milestones |
| Teams | shared_teams | action | (entire connector) |
Use this to spot drift (e.g., ms.config.json claims a data source that no longer exists in the env).
Step 4b: Discover operations on a connector
The CLI prompts for / creates connections inline when an /add-* skill runs, so users rarely need to look up connection IDs ahead of time. The more useful query is "what can this connector do?":
$BIN connector list-actions --connector <api-id> [--search <term>]
Examples:
$BIN connector list-actions --connector shared_office365 --search Mail
$BIN connector list-actions --connector shared_sharepointonline --search GetItems
Output is a list of operation names and their summaries. Use it to confirm an api-id supports the user's intent before invoking the relevant /add-* skill.
When the user wants a connection ID
The CLI creates or reuses connections inline while ms app add connector runs — you don't
need a connection ID to start an /add-* skill. Two cases need a bit more care:
--non-interactive: the CLI can't open a browser or run the SSO flow, so it can't create a connection. It expects--connection-id. If you omit it, the CLI first prints the available connections for that connector (Display Name + Connection ID) and then errors — copy a Connection ID from that table, or discover one viams app show --json(connections already bound to the app). If no connection exists yet, run the command once in interactive mode (omit--non-interactive) so the CLI creates it inline, then reuse the printed Connection ID for subsequent scripted runs.- SQL (
shared_sql): each SQL connection points at a different database, so when scripting non-interactively pass the--connection-idfor the right database explicitly.
To create a connection that doesn't exist yet, just run ms app add connector interactively:
the CLI handles consent + sign-in (silent SSO, or a browser dialog), creates the connection,
prints its Connection ID, and binds it — no maker portal needed.
More skills from the Managed-Apps repository
View all 6 skillsadd-azuredevops
integrate Azure DevOps into Microsoft Apps
Jul 7Azure DevOpsIntegrationsMicrosoftadd-office365
integrate Office 365 Outlook
Jul 3MicrosoftMicrosoft 365Outlook CalendarOutlook Emailadd-workiq
add Work IQ Copilot MCP
Jul 3CopilotMCPMicrosoftMicrosoft 365delete-app
delete Microsoft Apps
Jul 7MicrosoftOperationslist-apps
discover Microsoft Apps in the environment
Jul 3CLIMicrosoftOperations
More from Microsoft
View publisherplaywright-trace
inspect Playwright trace files
playwright
Apr 6DebuggingPlaywrightTestingrushstack-best-practices
manage Rush monorepos with best practices
rushstack
Apr 6EngineeringLocal DevelopmentMicrosoftProject Management +1azure-ai-agents-persistent-dotnet
build AI agents with Azure .NET SDK
skills
Jul 3.NETAgentsAzureLLMazure-ai-anomalydetector-java
build anomaly detection applications with Java
skills
May 13AnalyticsAzureData AnalysisJava +2azure-ai-contentsafety-java
build content moderation applications with Azure AI
skills
Jul 7AI InfrastructureAzureJavaSecurityazure-ai-contentsafety-py
detect harmful content with Azure AI Content Safety
skills
Jul 18AzureComplianceLLMMicrosoft +2