get_file_metadata
Retrieve metadata for a repository file without loading its full contents, enabling codebase inspection and context generation without file reads.
Instructions
Return metadata for one repository file without reading its full contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | ||
| relative_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| suffix | Yes | ||
| workspace | Yes | ||
| size_bytes | Yes | ||
| is_directory | Yes | ||
| relative_path | Yes |