Read a workspace file
read_fileRetrieve the full text contents of a file in the sandboxed workspace by providing a path relative to the workspace root.
Instructions
Read the full text contents of a file inside the server's sandboxed 'workspace' directory. Provide a path relative to the workspace root (e.g. 'welcome.txt' or 'notes/todo.txt').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file, relative to the workspace root. |