Link one or more Native MCP connections to the agent
Connections not found in the workspace, or not in ACTIVE state, are skipped silently and reported in the response’s skipped array. The response also surfaces the requested vs linked counts so the caller can detect partial successes without inspecting the skipped list.
Autorizações
Parâmetros de caminho
Corpo
Body for linking Native MCP (Composio) connections to an agent.
List of Native MCP connection public IDs (UUIDs) to link. Connections must be ACTIVE and belong to the same workspace as the agent. Inactive or missing connections are skipped silently and reported in the response.
50["550e8400-e29b-41d4-a716-446655440000"]Resposta
Link operation completed (may include skips)
Result of a Native MCP (Composio) link operation.
Number of connections actually linked. Equals requested minus skipped entries.
2
Number of connections submitted in the request body.
3
Connections that were not linked, with a reason. Each entry corresponds to a UUID from the request body that the backend rejected (typically because the connection does not exist in the workspace or is not in ACTIVE status).

