Skip to main content
PATCH
Toggle STATIC/DYNAMIC instance mode for a linked connection

Autorizações

X-Api-Key
string
header
obrigatório

Parâmetros de caminho

agentPublicId
string<uuid>
obrigatório
connectionPublicId
string<uuid>
obrigatório

Corpo

application/json

Update the instance mode of a linked Native MCP (Composio) connection.

instanceMode
enum<string>
obrigatório

STATIC = all tools loaded up front; DYNAMIC = tools loaded on demand.

Opções disponíveis:
STATIC,
DYNAMIC
Exemplo:

"DYNAMIC"

Resposta

Updated

Updated instance mode of a Native MCP (Composio) connection on an agent.

connectionPublicId
string<uuid>

Connection public ID.

instanceMode
enum<string>

New instance mode after the update.

Opções disponíveis:
STATIC,
DYNAMIC