Back to catalog
Cortexa research tool·code data·url
Get Webpage Title
Fetch a webpage and return the content of its <title> tag.
Livelast probed 2026-05-01 01:00Z· 1083msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 1083ms
Schema
JSON Schema the agent (or your API call) must match.
{
"additionalProperties": false,
"properties": {
"timeout": {
"default": 20,
"description": "Request timeout in seconds",
"maximum": 300,
"minimum": 1,
"type": "integer"
},
"url": {
"description": "HTTP or HTTPS URL to fetch (e.g. https://www.example.com)",
"format": "uri",
"minLength": 10,
"type": "string"
}
},
"required": [
"url",
"timeout"
],
"type": "object"
}Examples (1)
Default Get Webpage Title call
public-safeinput
{
"timeout": 1,
"url": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_get_webpage_title
- Tool name
- get_webpage_title
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse