describe_file
Get file metadata—tags, size, history, related files—without reading content, saving token costs. Use to decide whether to read a file without multiple API calls.
Instructions
Return everything ABOUT a file without pulling its content (no token cost from the body). Tags, size, est_tokens, history depth, related-file ids, backlinks, project, folder, last edited. Operates locally with no auth or rate limits. Use this when you'd otherwise chain read_file + list_tags + get_history + find_related just to decide whether to actually read the file. Parameters: 'id' must be a valid integer file ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | File ID |