> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# HTTP Request Tool

> Make HTTP requests as an AI tool

# HTTP Request Tool

Make HTTP requests as an AI tool

## Properties

| 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 |
