MCP Tools Reference
Zebflow exposes 45+ MCP tools. Below are the most commonly used.
Orientation
| Tool | Purpose |
|---|---|
start_here | First call — returns project overview, docs, connections, template tree |
version | Platform version string |
help | Full help index or topic-specific guide |
help_search | Search help docs by keyword |
Pipelines
| Tool | Purpose |
|---|---|
pipeline_register | Create or update a pipeline from DSL |
pipeline_activate | Enable a pipeline |
pipeline_deactivate | Disable a pipeline |
pipeline_execute | Run a pipeline with input |
pipeline_run | Register + activate + execute in one call |
pipeline_list | List all pipelines |
pipeline_get | Get pipeline definition |
pipeline_describe | Human-readable pipeline summary |
pipeline_patch | Modify a pipeline node |
pipeline_search | Search pipelines by keyword |
Templates
| Tool | Purpose |
|---|---|
template_write | Create or overwrite a template file |
template_edit | Partial edit of a template file |
template_batch_edit | Edit multiple template files at once |
template_create | Scaffold a new template from a pattern |
template_get | Read a template file |
template_list | List all templates |
template_outline | Get component/function outline |
template_deps | Show import dependencies |
template_search | Search template content |
Docs
| Tool | Purpose |
|---|---|
docs_project_list | List project docs |
docs_project_read | Read a project doc |
docs_project_write | Write a project doc |
docs_agent_list | List agent docs (AGENTS.md, MEMORY.md) |
docs_agent_read | Read an agent doc |
docs_agent_write | Write an agent doc |
Resources
| Tool | Purpose |
|---|---|
install_ui_components | Install UI components into template tree |
list_ui_catalog | List available UI components |
move_resource | Move/rename a template or pipeline file |
git_command | Run git commands in the project repo |