Request Post Tool

The Request Post Tool allows agents to send HTTP POST requests and receive structured responses. It is useful for agents that need to interact with external APIs, load content from web services, or trigger remote endpoints to fetch or send data. This tool supports OpenAPI specifications to ensure safe and valid interactions with APIs.

Field Description
*Indicates mandatory field
Name* A unique, user-defined name for this instance of the Request Post Tool. This name is used to reference the tool in your agent’s logic.
Description* A short summary explaining the purpose or function of this Request Post Tool instance.
Allow Dangerous Requests (Optional) Enable this only if the request might involve potentially unsafe operations. Use with caution.
API Specifications* Upload an OpenAPI specification file that defines the request and response formats for the API. This helps the agent validate and structure API calls correctly.
Headers
Response Content Type* Choose the expected format of the API response, such as json, or text. This helps parse the response accurately.
TLS Verify (Optional) When enabled, the tool will validate the API requests and responses against the provided OpenAPI specification.