← WebMCP Directory

Tool tree

notte.cc

liveAI & Agents
https://notte.cc/
Notte: The fast, reliable browser framework for AI Agents. Simplifies LLM web tasks, handles CAPTCHAs & offers dev tools. Build smarter agents.
Explore capabilities
openDocsAction

Open Notte documentation for a given topic (e.g. 'quickstart', 'concepts/agents'). Defaults to the docs homepage if no topic is given.

View tool JSON
{
  "name": "openDocs",
  "kind": "act",
  "impl": "imperative",
  "description": "Open Notte documentation for a given topic (e.g. 'quickstart', 'concepts/agents'). Defaults to the docs homepage if no topic is given.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "topic": {
        "type": "string",
        "description": "Docs slug or keyword appended to https://docs.notte.cc/. Omit for the docs homepage."
      }
    }
  }
}