List connectors available in an environment
cs_list_connectorsList connectors available in your Copilot Studio environment, including Microsoft-published, custom, and MCP connectors. Use search and filters to locate the connector you need.
Instructions
The environment's connector registry (the same list the portal's Add a tool shows): Microsoft-published and custom connectors, with an mcpLikely flag for MCP servers. Cached under .cs-catalog//connectors.json for offline use; with search and no sign-in, falls back to the offline seed of public connectors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | ||
| mcpOnly | No | ||
| offline | No | Use cache or seed only | |
| refresh | No | Fetch again even if cached | |
| clientId | No | Entra app (client) id for MSAL. Defaults to CPS_CLIENT_ID, then the first-party VS Code id. | |
| tenantId | No | Entra tenant id. Defaults to the workspace sync metadata, then CPS_TENANT_ID. | |
| workspace | No | Path to (or inside) the agent workspace. Defaults to CPS_WORKSPACE or the current directory. | |
| customOnly | No | ||
| environmentId | No | Power Platform environment id (GUID). Defaults to workspace sync metadata or CPS_ENVIRONMENT_ID. |