search_bloganswerimperative
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.Input schema
{
"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"
]
}