D

dailybot.com

Make all team work visible — people and AI agents.

2read
https://www.dailybot.com/

live · Productivity & Work · JSON · API for agents

Tools 2 tools

search_blogread

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.

View tool JSON
{
  "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_helpread

Search the dailybot.com help center by keyword. Returns matching articles with title, section, cluster, feature area, and URL across English, Spanish, and Portuguese.

View tool JSON
{
  "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": "/"
}