4 tools registered. Strongest in shared experience, weakest in tool quality.
{ name: "open_site" /* short, unique, verb-based */ }{
"name": "open_site",
"description": "Open a website through TrickyBird in this tab. The proxied page loads in place of this one. Returns ok (launch started), invalid_url (not a web address), busy (already launching), cancelled (call cancelled), failed (launch incomplete).",
"inputSchema": {
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "The address to open, with or without https://. Up to 2048 characters.",
"pattern": "^(https?://)?[^\\s/]+(/\\S*)?$",
"examples": [
"example.com",
"https://example.org/some/page"
],
"maxLength": 2048
}
},
"required": [
"url"
]
},
"annotations": {
"readOnlyHint": false,
"openWorldHint": true
}
}{ name: "open_site" /* short, unique, verb-based */ }{
"url": "example.com"
}{}{}