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 AgentsAuthenticationIntegrationMCPSandboxToolsTriggersUnified-APIWebhookArazzoWorkflows
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
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
Fetch the tool definition so its input parameters are known before execution.
3
executeTool
Execute the tool against the resolved connected account on behalf of the user, returning the structured result.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.