Default tools for the hosted Patchworks MCP server

Introduction

The hosted Patchworks MCP server includes a default set of tools that are ready to use. These tools are summarised here, in the following categories:

Flow creation

Tool
Summary

create_process_flow_from_prompt

Build a flow from a natural-language prompt.

create_process_flow_from_json

Import a flow with the exact JSON body provided.

Flow management

Tool
Summary

get_all_flows

List flows from the Core API.

get_flow_runs

Query flow runs (filter by status; started_after; sort; includes).

get_flow_run_logs

Retrieve logs for a specific flow run (optionally with payload IDs).

start_flow

Trigger a flow run via the Start service (/flows/{id}/start).

Data pools

Tool
Summary

list_data_pools

List all data (dedupe) pools.

get_deduped_data

Retrieve deduplicated data for a specific pool.

Marketplace

Tool
Summary

get_marketplace_apps

List marketplace blueprints from the Patchworks marketplace.

get_marketplace_app

Get details of a specific marketplace blueprint by ID.

Troubleshooting

Tool
Summary

summarise_failed_run

Summarise what went wrong in a failed run.

triage_latest_failures

Fetch recent failed runs and return a compact summary.

download_payload

Download payload bytes for a given payload metadata ID (base64).

Utility

Tool
Summary

example_get_all_flows

Example demonstrating tool definition patterns.

list_tools

List all available tools in this MCP server.

Last updated

Was this helpful?