Get action details, including the input and response schema. This is very useful for setting upfunction/tool calling with composio actions.
Required parameters for the action to execute. For example, if the action is GMAIL_SEND_EMAIL, the required parameters for actions execution would be the email address, subject, and body.
Expected response structure after action execution. You can use this to quickly check what happened with the action execution.
The name of the app that the action belongs to. This is same as appId.
The name of the app that the action belongs to,
Version of the action schema.
List of availavle versions of the action.
Whether or not the action requires auth or not
The description of the action, tailored to improve the LLM accuracy and reasoning. Use this a tool/function description.
The display name of the action, used to identify the action in the UI.
The logo of the app that the action belongs to.
The name of the action, used to identify the action in the UI.
The id of the app that the action belongs to. This is same as the appKey. Please use appKey instead.
Whether the action is deprecated, if true, avoid using this action.