HTTP Request Tool
Make HTTP requests as an AI toolProperties
| Property | Value |
|---|---|
| Type | ai-tool-http |
| Family | AI |
| Group | Tools |
Parameters
| Name | Label | Type | Description | Required |
|---|---|---|---|---|
| toolName | Tool Name | String | Name of the tool for the AI to call | Yes |
| toolDescription | Tool Description | String | Description of what this tool does (helps AI decide when to use it) | Yes |
| baseUrl | Base URL | String | Base URL for requests (optional, AI can specify full URL) | No |
| allowedMethods | Allowed Methods | Select | HTTP methods the AI is allowed to use | No |
Outputs
| Name | Label | Type | Description |
|---|---|---|---|
| toolName | toolName | string | Name of the tool |
| lastResult | lastResult | any | Result from last tool execution |

