Skip to main content

OpenUrlToolResponse

Structured response returned by the generic URL-open tool endpoint.

urlUrl (string)required

Original URL requested by the caller.

final_urlFinal Url (string)required

Final URL after redirects were followed.

title object

Best-effort page title when one could be determined.

anyOf
string
status_codeStatus Code (integer)required

HTTP response status code observed for the final response.

content_type object

Normalized response Content-Type when the server provided one.

anyOf
string
providerProvider (string)required

Backend provider implementation that produced the result.

OpenUrlToolResponse
{
"url": "string",
"final_url": "string",
"title": "string",
"status_code": 0,
"content_type": "string",
"provider": "string"
}