get_tools
Retrieve a list of accessible tools, methods, and parameters from the VeyraX API to execute specific actions using tool_call. Includes access to relevant flows for streamlined operations.
Instructions
"Use this tool to retrieve a list of available tools from the Veyrax API. This will return dynamic tools that user has access to. You can use this tool to get the list of tools, method names and parameters, and then use tool_call tool to call the tool with the provided parameters. This method also returns all flows with name and id that user has access to (if any). "
Input Schema
Name | Required | Description | Default |
---|---|---|---|
question | Yes | Query 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 | Guess the tool name. Use explicit information based on the user's request or make an educated guess. It will be used for vector search for identifying the most relevant tools. |