read_repo_file
Read a file from a local repository by providing its relative path and optional character limit.
Instructions
Read a file from the configured local repository.
Args:
relative_path: Path relative to repo root, e.g. docs/index.md or zensical.toml
max_chars: Maximum characters to return (default 50000)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relative_path | Yes | ||
| max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |