unclick_call
Execute UnClick platform endpoints for browser automation and AI workflows by specifying endpoint IDs and parameters.
Instructions
Call any UnClick tool endpoint. Specify the endpoint ID and parameters. Use unclick_search or unclick_tool_info to discover endpoint IDs and required params. Example: endpoint_id='image.resize', params={image: '', width: 800, height: 600}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint_id | Yes | Endpoint identifier, e.g. 'image.resize', 'hash.compute', 'csv.parse', 'cron.next' | |
| params | Yes | Parameters for the endpoint. Use unclick_tool_info to see required params. |