tool_call
Execute specific methods of various tools with required parameters using this function. Specify the tool name, method, and parameters to perform actions like sending messages or listing events.
Instructions
"Use this tool to execute a specific method of another tool with the provided parameters based on get-tools tool response. You need to specify the tool name, method name, and any required parameters for that method."
Input Schema
Name | Required | Description | Default |
---|---|---|---|
method | Yes | The method of the tool to call (e.g., 'get_messages', 'send_message', 'list_events') | |
parameters | No | The parameters required by the specific tool method being called, it is MUST HAVE field. | |
question | No | User question that you want find answer for. Try to ALWAYS provide this field based on conversation with user. Could be your reasoning for calling tool. | |
tool | Yes | The name of the tool to call (e.g., 'gmail', 'google-calendar', 'slack') |