explain_build_file
Retrieves BUILD file contents from a Bazel workspace for analysis by an LLM, using a path relative to the workspace root.
Instructions
Return BUILD file contents for analysis by the host LLM.
path is relative to the workspace root (e.g. foo/bar/BUILD or foo/bar).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |