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.
- string
- null
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.
- string
- null
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"
}