save_initial_schema
Persist an approved generated schema and optionally update config.toml with a user role to exit onboarding mode, allowing normal task operations.
Instructions
Persist an approved generated schema and optionally update config.toml.
This writes schema/config files but does not mutate Taskwarrior tasks. Call generate_initial_schema_preview first and show the user a summary before saving.
role is the MCP permission level to persist in config.toml. Pass
one of CONTRIBUTOR / GENERATOR / MANAGER (see propose_initialization_options
for descriptions). When omitted, CONTRIBUTOR is persisted so the server
leaves onboarding mode on next restart. Without persisting a role the
server stays stuck on the onboarding tool surface.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_toml | Yes | ||
| taxonomy_path | No | ||
| output_path | No | ||
| role | No | ||
| overwrite | No | ||
| update_config | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |