Composio · Arazzo Workflow
Composio Execute a Tool on a User's Connected Account
Version 1.0.0
Resolve a user's active connected account for a toolkit and execute a tool against it.
View Spec
View on GitHub
AI AgentsAuthenticationIntegrationsMCPOAuthSandboxToolsTriggersUnified_APIWebhooksArazzoWorkflows
Provider
Workflows
execute-tool-on-connected-account
Resolve a connected account for a user and execute a tool with it.
Lists the user's connected accounts for a toolkit, requires at least one to exist, fetches the tool schema, and executes the tool bound to the resolved connected account id.
1
findConnectedAccount
getConnectedAccounts
List the user's connected accounts limited to the toolkit and only those with an ACTIVE status so a usable account id can be resolved.
2
getToolSchema
getToolsByToolSlug
Fetch the tool definition so its input parameters are known before execution.
3
executeTool
postToolsExecuteByToolSlug
Execute the tool against the resolved connected account on behalf of the user, returning the structured result.