create_framework
Create a new workflow framework by defining a schema and optional name. Returns a framework ID for structured process management.
Instructions
Create a new workflow framework.
Args: ctx: MCP context for logging and error handling schema: The framework schema. name: Optional name to use for the framework file.
Returns: The framework ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | ||
| name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |