Request Get Tool
Use Request Get Tool to enable your agents to send HTTP GET requests to external APIs or web services. This tool is essential for scenarios where your agent needs to retrieve data, access content from websites, or query information from remote sources. It allows the agent to act as an HTTP client and integrate with virtually any web-based system.
The output of this tool is the raw text response returned by the GET request.
| Field | Description |
| *Indicates mandatory field | |
| Name* | A unique identifier for this instance of the Request Get Tool. This name is used to reference the tool within the agent’s configuration or logic. |
| Description* | A short summary describing the role or function of this tool instance within the agent’s workflow. |
| Allow Dangerous Requests | Optional checkbox. If enabled, allows execution of requests that may bypass standard security validations. Use with caution. |
| API Specifications* | Upload an OpenAPI specification file (.json)
that defines the API schema. This enables request/response
validation. |
| Response Content Type* | Choose the expected format of the API response, such as text, json, or text. This helps parse the response accurately. |
| TLS Verify | Optional checkbox. If selected, enforces TLS/SSL certificate validation when connecting to the API endpoint. Recommended for secure communication. |