Skip to main content
Glama

set_taxonomy_path

Update the taxonomy file path in config.toml to guide task semantics. Validates the path exists as a regular file; dry run previews changes without writing.

Instructions

Update the taxonomy file path persisted in config.toml.

The taxonomy informs the model's interpretation of task semantics. The target path must exist and be a regular file; the tool refuses non-existent or directory targets to prevent silently disabling taxonomy awareness.

Set dry_run=true to validate the path and preview the config write without touching config.toml. Returns code="dry_run" per ADR 14.

Takes effect on next MCP server restart. Available at CONTRIBUTOR level (informational input, not a capability).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
dry_runNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

No annotations provided, so description fully discloses key behaviors: path must exist and be a file, refusal of non-existent or directory targets to prevent silent disable, dry_run validation and preview, return code 'dry_run', and effect on restart.

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?

Description is 7 sentences, front-loaded with main purpose, each sentence adds value without redundancy. Efficient use of words.

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

Completeness5/5

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

Given 2 parameters, no annotations, and presence of an output schema, the description covers all necessary context: purpose, constraints, access level, effect timing, return behavior. Complete for a config-update tool.

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

Parameters5/5

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

Schema coverage is 0%, but description adds substantial meaning: path must exist and be a regular file; dry_run=true validates and previews without modifying config.toml. This goes well beyond the schema's bare type definitions.

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 the verb (Update) and resource (taxonomy file path persisted in config.toml), and explains the purpose (informs model interpretation of task semantics). It distinguishes from sibling tools like analyze_taxonomy_file which focus on analysis, not configuration.

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

Usage Guidelines4/5

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

Provides context such as access level (CONTRIBUTOR) and effect timing (next restart). However, lacks explicit when-to-use vs alternatives, though sibling analysis implies uniqueness.

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