adb_market_export
Export a local workflow with marketplace metadata including name, description, version, author, and tags for sharing or submission to a registry.
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 (semver-style, e.g., '1.2.3'). Defaults to '1.0.0' if omitted. Increment when publishing an updated workflow so registry consumers can detect changes. | 1.0.0 |
| tags | No | Tags for discovery (e.g., ['testing', 'diagnostics']) |