Available tools
The DaVinci MCP Server exposes tools organized into functional categories under the davinci_admin collection.
You don’t need to know the individual tool name. Describe what you want in natural language and your AI agent automatically selects the right tool.
You can find the full tool reference in the DaVinci MCP Server README.
| Category | What you can do |
|---|---|
List applications and inspect flow policies. |
|
List, describe, and version identity orchestration flows. |
|
Browse the connector catalog and inspect deployed connector instances. |
|
List and inspect DaVinci flow variables. |
|
List and inspect DaVinci form definitions. |
Applications
List all DaVinci applications and retrieve their flow policy configurations.
| Tool | Description |
|---|---|
|
Returns a list of all DaVinci applications. |
|
Returns details of a single DaVinci application by ID. |
|
Returns all flow policies for a DaVinci application. |
|
Returns details of a single flow policy for a DaVinci application. |
Example prompts:
-
"List all DaVinci applications"
-
"Show me the details of application abc123"
-
"What flow policies are configured for the Login application?"
Flows
List and inspect identity orchestration flows, including their full node graphs, edge definitions, and version history.
| Tool | Description |
|---|---|
|
Returns a list of all DaVinci flows. Supports |
|
Returns the complete definition of a DaVinci flow including the full node graph, edges, and settings. Supports |
|
Returns all versions of a specific DaVinci flow. |
|
Returns the complete definition of a specific DaVinci flow version, including the full node graph, edges, settings, and trigger configuration. Supports |
Example prompts:
-
"List all DaVinci flows"
-
"Show me the full definition of the Login flow"
-
"How many versions does the Registration flow have?"
-
"Show me version 3 of the MFA flow"
Connectors
Browse the full DaVinci connector catalog and inspect deployed connector instances in your environment.
| Tool | Description |
|---|---|
|
Returns a list of all available DaVinci connector types from the catalog. |
|
Returns the full details of a single DaVinci connector type by ID, including metadata, capabilities, configurable properties, and required credentials. |
|
Returns a list of all DaVinci connector instances. |
|
Returns details of a single deployed DaVinci connector instance by ID. |
Example prompts:
-
"What connectors are available in DaVinci?"
-
"Show me the details of the PingOne connector"
-
"List all connector instances deployed in my environment"
Variables
List and inspect DaVinci variables and their configured values.
| Tool | Description |
|---|---|
|
Returns a list of all DaVinci variables. Supports |
|
Returns details of a single DaVinci variable by ID. |
Example prompts:
-
"List all DaVinci variables"
-
"Show me details of the sessionTimeout variable"
Forms
List and inspect DaVinci form definitions and their full configurations.
| Tool | Description |
|---|---|
|
Returns a list of all DaVinci forms. Use for discovery and finding form IDs. Use describe_form for field-level details. Supports a SCIM |
|
Returns full configuration of a single DaVinci form including fields and layout. |
Example prompts:
-
"List all DaVinci forms"
-
"Show me the full configuration of the Login form"