Describe a connector's operations
cs_describe_connectorRetrieve a connector's OpenAPI definition and list its operations, parameters, and response fields to evaluate MCP-capable connectors.
Instructions
Fetch (or read from cache) a connector's OpenAPI definition and list its operations with operationId, parameters (required, type, description) and response fields; marks MCP-capable connectors (x-ms-agentic-protocol). Exactly what cs_add_tool needs. Cached under .cs-catalog//connectors/.json and used by cs_validate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | ||
| 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. | |
| connector | Yes | shared_<name> or a display name | |
| operation | No | Filter operations by id or summary | |
| workspace | No | Path to (or inside) the agent workspace. Defaults to CPS_WORKSPACE or the current directory. | |
| environmentId | No | Power Platform environment id (GUID). Defaults to workspace sync metadata or CPS_ENVIRONMENT_ID. | |
| includeInternal | No |