adb_market_export
Export a local workflow with metadata like name, version, author, and tags into a JSON file for marketplace submission.
Instructions
Export a local workflow with marketplace metadata for sharing. Produces a JSON file with name, description, version, author, and tags suitable for submission to the marketplace registry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow | Yes | Name of the local workflow to export (from adb_workflow_list) | |
| author | No | Author name to include in metadata | |
| version | No | Version string | 1.0.0 |
| tags | No | Tags for discovery (e.g., ['testing', 'diagnostics']) |