Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
schema_tomlYes
taxonomy_pathNo
output_pathNo
roleNo
overwriteNo
update_configNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It discloses that writes schema/config files and does not mutate tasks, and explains role implications. However, it omits details on error behavior, file overwrite behavior, and default paths, leaving gaps in transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (four sentences) with a clear front-loaded structure: main action first, then scope limitation, then prerequisite, then parameter guidance. Every sentence serves a purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having 6 parameters and no schema descriptions, the description only addresses the role parameter. It does not explain other parameters, their defaults, or return values (output schema exists but not described). This is incomplete for a tool of this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%. Only the role parameter is explained in detail; the other five parameters (schema_toml, taxonomy_path, output_path, overwrite, update_config) receive no description, failing to add meaning beyond the schema's limited property names.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it persists an approved generated schema and optionally updates config.toml. It distinguishes itself from siblings by referencing the prerequisite tool generate_initial_schema_preview and stating it does not mutate Taskwarrior tasks, providing a specific verb and resource.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs to call generate_initial_schema_preview first and show summary before saving. Also provides detailed guidance on the role parameter, including allowed values and consequences of omission, establishing clear when-to-use context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GabiUp2/TaskChampion_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server