Using Tools Directly

Composio allows you to execute tools directly as function calls. When calling a tool directly, you’ll need to provide the input parameters. Checkout Get Action Schema to learn how to get the input parameters for an action.

Execute Tools or Actions with Natural Language

You can also execute Tools or Actions by passing in natural language prompts without specific parameters

How to execute custom actions directly?

You can execute custom actions directly by specifying the action name as shown below. Here create_draft is the custom action name. Learn more about custom actions here.