Get subsystem doc
get_subsystemRetrieves a subsystem's documentation covering hardware, configuration, functions, tuning, and quirks, with optional inclusion of its Java source code.
Instructions
Return a subsystem's knowledge-base doc (hardware, config names, functions, tuning, quirks), optionally with its Java source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| projectPath | No | Path to the FtcRobotController SDK project. Defaults to $FTC_TOOLCHAIN_PROJECT_DIR, then the workspace clone made by create_project. | |
| includeSource | No | Append the subsystem's .java source |