← WebMCP Directory

Tool tree

duvo.ai

AI & Agents
https://duvo.ai/
Duvo brings your people, AI agents and existing systems together to map, run and improve your processes, with decisions, exceptions and results in one place.
Explore capabilities

Tools verified

page: Every page

read_duvo_informationAnswer

Read Duvo public product, pricing, setup or integration documentation. Returns the published Markdown for the selected topic. Does not access workspace data or perform actions.

View tool JSON
{
  "name": "read_duvo_information",
  "kind": "answer",
  "impl": "imperative",
  "description": "Read Duvo public product, pricing, setup or integration documentation. Returns the published Markdown for the selected topic. Does not access workspace data or perform actions.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "topic": {
        "type": "string",
        "enum": [
          "overview",
          "pricing",
          "developers",
          "getting_started",
          "authentication",
          "mcp",
          "cli"
        ],
        "description": "The Duvo documentation topic to read."
      }
    },
    "required": [
      "topic"
    ],
    "additionalProperties": false
  },
  "page": "/"
}