read_file_by_path
Look up a file by its exact absolute path and return its content. Use when you have the path but no file ID; the path must match the indexed version exactly.
Instructions
Look up a file by its absolute on-disk path and return the same shape as read_file. The path must EXACTLY match what Kontexta indexed — no symlink resolution, no path normalisation beyond what the OS does, no trailing-slash tolerance. Returns isError if no row matches (the file may exist on disk but not be indexed — try refresh_index). Read-only; no side effects, auth, or rate limits. Use when an agent has a path from its working directory but no file ID; if you have the ID, prefer read_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path on disk (must match the path stored in Kontexta) |