VEYRAX_API_KEY
– your-veyrax-api-key-hereTool | Short Description |
---|---|
get_flow | Use this tool to retrieve a specific workflow by its ID. |
get_tools | Use this tool to retrieve a list of available tools from the Veyrax API. |
tool_call | Use this tool to execute a specific method of another tool with the provided parameters based on get-tools tool response. |
get_flow
Parameters | Type | Description |
---|---|---|
flowId | string | The ID of the workflow to retrieve. |
get_tools
tool_call
for invocation.
Parameters | Type | Description |
---|---|---|
question | string | Your query or reasoning for calling the tool—describe the user’s intent here. |
tool | string | Explicit tool name, or best guess based on the user’s request. |
tool_call
get-tools
tool response.
Parameters | Type | Description |
---|---|---|
method | string | The method to call (e.g., ‘get_messages’, ‘send_message’, etc.) |
tool | string | Name of the target tool (e.g., ‘gmail’, ‘google-calendar’) |
parameters | object (optional) | The required parameters for this tool/method call. |
question | string (optional) | The user’s reasoning or question for making this call. |