Skip to content

validate_config

read-only No side effects on server state.

Validate a .techdebtrc.json configuration file for syntax and schema correctness.

Arguments

ArgumentTypeRequiredDescription
pathstringAbsolute path to the project root directory or directly to a .techdebtrc.json file

Example

json
{
  "name": "validate_config",
  "arguments": {
    "path": "/abs/path/to/project"
  }
}

Generated from TOOL_DEFINITIONS in src/server/tools.ts — do not edit by hand. Source: tools.ts.