live · Productivity & Work · JSON · API for agents
Search the dailybot.com blog by keyword. Returns matching blog posts with title, description, slug, publish date, tags, and hero image across English, Spanish, and Portuguese.
{
"name": "search_blog",
"kind": "read",
"impl": "imperative",
"description": "Search the dailybot.com blog by keyword. Returns matching blog posts with title, description, slug, publish date, tags, and hero image across English, Spanish, and Portuguese.",
"inputSchema": {
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Keyword or phrase to search for."
},
"lang": {
"type": "string",
"enum": [
"en",
"es",
"pt"
],
"description": "Optional language filter. If omitted, the bridge uses the current page language."
}
},
"required": [
"q"
]
},
"page": "/"
}Search the dailybot.com help center by keyword. Returns matching articles with title, section, cluster, feature area, and URL across English, Spanish, and Portuguese.
{
"name": "search_help",
"kind": "read",
"impl": "imperative",
"description": "Search the dailybot.com help center by keyword. Returns matching articles with title, section, cluster, feature area, and URL across English, Spanish, and Portuguese.",
"inputSchema": {
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Keyword or phrase to search for."
},
"lang": {
"type": "string",
"enum": [
"en",
"es",
"pt"
]
}
},
"required": [
"q"
]
},
"page": "/"
}