Available MCP Tools
When you connect NoClick MCP to your AI assistant, you get access to tools for building and managing workflows. Your AI assistant discovers how to use each tool automatically — just describe what you want to build.Workflow Management
| Tool | Description |
|---|---|
list_workflows | List your workflows with optional search filtering |
create_workflow | Create a new empty workflow |
get_workflow | Get workflow details including nodes, edges, and configs |
update_workflow_metadata | Update a workflow’s name and/or description |
delete_workflow | Permanently delete a workflow |
open_workflow | Open a workflow in the user’s browser |
get_current_workflow | Get the workflow currently open in the browser |
get_selected_node | Get the currently selected node in the browser |
Node Discovery & Configuration
| Tool | Description |
|---|---|
get_available_node_types | Search for available node types (RSS, Gmail, Slack, etc.) |
get_node_operations | Get available operations for node types |
get_node_configs | Get configuration schemas for node type + operation pairs |
get_node | Get a single node’s configuration and output |
update_workflow | Add, configure, and connect nodes in batch |
Credentials & Dynamic Options
| Tool | Description |
|---|---|
search_credentials | Search your saved credentials for use with nodes |
load_options | Load dynamic dropdown options (e.g., list spreadsheets, Slack channels) |
Execution & Testing
| Tool | Description |
|---|---|
run_workflow | Execute a full workflow |
run_nodes | Run specific nodes for testing |
get_execution_status | Check the status of a workflow execution |
get_node_output | Get the last execution output for a specific node |