read_file
Read a file's complete body and metadata using its unique ID, with token estimate to manage context limits.
Instructions
Read one file's full body and metadata by ID. Read-only; no side effects, auth, or rate limits. Returns title, path, content, tags, est_tokens (so you can budget context before opening more files), and timestamps. Throws if the ID is unknown. Use for a single known file. Prefer describe_file to inspect without paying body tokens; read_files for batches; read_file_lines/read_section for partial reads; read_file_by_path when you only have the absolute path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | File ID |