Get single action
Get action details, including the input and response schema. This is very useful for setting upfunction/tool calling with composio actions.
Authorizations
Path Parameters
Response
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,
The id of the app that the action belongs to. This is same as the appKey. Please use appKey instead.
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 tags of the action, used to categorize the action in the UI.
Whether the action is deprecated, if true, avoid using this action.
Was this page helpful?