When you connect the NoClick MCP server to an AI assistant, it gets 47 tools for building, running, and debugging workflows. Your assistant discovers how to use each tool automatically. Just describe what you want to build.
Workflows
Tool Description list_workflowsList your workflows with id, name, description, and timestamps create_workflowCreate a new empty workflow get_workflowGet full workflow details including all nodes, edges, and configs update_workflow_metadataUpdate a workflow’s name and/or description delete_workflowPermanently delete a workflow (irreversible) save_template_draftSave a template title and description to iterate on before publishing to the template library get_current_workflowGet the workflow currently open in your browser open_workflowOpen a workflow in your browser
Checkpoints
Tool Description create_checkpointSnapshot the current workflow as a named checkpoint before a risky batch of edits list_checkpointsList a workflow’s saved checkpoints, newest first restore_checkpointRestore a workflow to a saved checkpoint (irreversible)
Nodes
Tool Description get_available_node_typesList all available node types, with optional search filtering search_operationsSearch operations across node types by intent, such as “post to Slack” get_node_operationsEnumerate all operations of a known node type get_node_configsGet config schemas for node type and operation pairs update_workflowAdd, configure, and connect nodes in one batch of XML mutations validate_workflowCheck a workflow for build errors without running it autofill_nodeAuto-fill a node’s operation and config using the internal builder engine get_nodeGet a single node’s configuration and output without loading the whole workflow get_selected_nodeGet the node currently selected in your browser load_valueFetch a node’s live computed field values that are not stored in its config
Execution
Tool Description run_workflowExecute a workflow, returns an execution id run_nodesRun specific nodes for testing, with upstream nodes mocked from their last output get_execution_statusCheck the status of a workflow execution list_executionsList recent runs of a workflow with status, trigger source, and timing get_node_outputGet node outputs, the latest by default or a specific past run by execution id get_node_output_historyGet the last outputs of a single node across executions get_node_statusesGet the latest status and error per node, the same chips shown on the canvas list_tool_callsList the agent tool calls made during a workflow execution
Credentials
Tool Description search_credentialsSearch your saved credentials for configuring nodes that need authentication connect_credentialMint a link the user opens to connect a credential (OAuth or API key) list_credential_requestsPoll the status of connect_credential requests you’ve minted load_optionsLoad dynamic dropdown options for a node field (spreadsheets, sheets, channels)
Workspace
Tool Description get_workflow_foldersGet the folder tree for organizing workflows update_foldersBatch folder mutations (create, rename, move, delete) via XML commands list_workspacesList your personal and organization workspaces and which is active switch_workspaceSwitch between personal and organization workspaces
Interface
Tool Description update_interfacePosition and arrange interface blocks on the 12-column grid layout eval_interfaceEvaluate a JavaScript expression inside an interface node’s iframe to click, type, or read DOM state validate_interfaceValidate an interface node’s JSX/React component headlessly
Skills
Tool Description list_skillsList the reusable building blocks (reference workflows and guidance) you can load load_skillLoad a skill’s full guidance and reference workflow
Debugging
Tool Description get_console_logsGet recent console output from interface node iframes get_sdk_logsGet recent SDK call logs from interface iframes (calls, results, errors, timing) get_healthSelf-test the MCP server’s database and execution connectivity
Feedback
Tool Description report_bugReport a bug encountered while building or running a workflow request_featureRequest a missing capability or improvement
get_current_workflow, get_selected_node, and open_workflow interact with your live browser session, so they need a NoClick tab open.
Example usage
Here is how a typical build looks with the NoClick MCP server connected:
Build a workflow
Configure nodes
Test and run
"Create a workflow that checks Hacker News RSS every hour,
filters for AI-related posts, and sends a Slack summary"
"Add a Perplexity node to search for today's news about
startups and connect it to the Gmail node"
"Run just the RSS node to see what data it returns,
then run the full workflow"
Your assistant handles the details: discovering node types, configuring operations, wiring credentials, and connecting nodes.
Next steps
Set up NoClick MCP Connect these tools to Claude, ChatGPT, Cursor, and other clients.
NoClick node Give these same tools to agents inside your workflows.