See what's using this MCP, before attempting to delete it
Developer
See what's using this MCP, before attempting to delete it
Answers “what’s using this” proactively, rather than only finding out via a rejected delete call. agents is a preview (capped at 20); agentCount is the real total.
GET
See what's using this MCP, before attempting to delete it
Authorizations
Developer Platform Project credential, minted via POST /api/v1/projects/{projectId}/credentials. Send as Authorization: Bearer <keyId>.<secret>. Optionally pair with the x-persona-external-user-id header to act on behalf of one of the Project's own external users. This credential is a server-side secret — see the Integration Guide.
Path Parameters
Response
{ agentCount, agents: [{ _id, name }] }