Skip to main content
This is the catalog of tools the Duvo MCP server makes available once your host is connected. It exposes every Public API endpoint as a tool. Tool names are the OpenAPI operationId values — camelCase, stable identifiers. Renaming a value is a breaking change, so names only change in major releases. New Public API endpoints automatically become MCP tools on the next deploy. There is no separate registration step.
A Setup is a versioned configuration of an Agent — its AOP, Connections, and other settings.
Cases are individual work items routed through an Agent. Queues group related cases.
Case triggers automatically route new cases to a queue based on matching rules.
Event triggers start a Run automatically when an external event fires (for example, an email arrives, a Linear issue is created, or a file changes in Google Drive).
Duvo proposes improvements to an Agent based on its past Runs — for example, adding, removing, or replacing a Connection. These tools manage the suggestions inbox.
These tools attach Connections, Logins, and Secrets to a specific Setup.
Pulse dashboards are live, agent-generated visualizations of your Duvo data.
Generation runs in the background — after creating or iterating on a dashboard, poll getPulseDashboard until its status is completed, then read its rendered HTML.

Connect to the Duvo MCP server

Set up a host before calling these tools.

Public API Reference

Exact request and response shapes for each tool.