Request Patch Tool
Use Request Patch Tool to enable your agents to send HTTP PATCH requests to external APIs or web services. The PATCH method is intended for partial updates to an existing resource—allowing your agents to modify specific fields without replacing the entire resource representation. This tool is ideal when working with APIs that support granular updates, enhancing efficiency and minimizing payload size.
| Field | Description |
| *Indicates mandatory field | |
| Name* | A unique identifier for this instance of the Request Patch 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. When enabled, may allow execution of operations considered unsafe or non-standard. Use only when necessary and with caution. |
| API Specifications* | Upload an OpenAPI specification file (.json)
that defines the API schema. Used to validate PATCH request
structure and expected responses. |
| 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. |