List agents in the Microsoft 365 catalogue
cs_list_org_agentsDiscover every agent in your Microsoft 365 catalogue across environments, including availability, deployment, and admin blocks. Read-only via Microsoft Graph.
Instructions
Every agent in the organisation's Microsoft 365 catalogue, across environments, with the things Power Platform cannot see: who the agent is available to, where it is deployed, and whether an admin has blocked it. Defaults to agents built in Copilot Studio; pass platform: 'all' to include the Agent Builder and acquired apps. Read-only. Uses Microsoft Graph, a separate sign-in from Dataverse (cs_login scope 'graph'). Needs a Microsoft Agent 365 licence and is global-cloud only. Unverified against a live tenant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum packages per page | |
| host | No | Only agents surfaced in this host | |
| filter | No | Extra raw OData $filter, combined with the options above | |
| version | No | Graph version for reads. Default v1.0; beta may carry fields v1.0 does not. | |
| allPages | No | Follow paging until the catalogue is exhausted (capped) | |
| clientId | No | Entra app (client) id for MSAL. Defaults to CPS_CLIENT_ID, then the first-party VS Code id. | |
| platform | No | Build platform. Default 'Copilot Studio'; 'all' does not filter. | |
| 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. | |
| elementType | No | Only packages containing this element type | |
| modifiedSince | No | ISO instant; only packages modified after it, e.g. 2026-01-01T00:00:00Z |