describe_file
Get complete file metadata—tags, size, token estimate, history, related files, project, folder, last edited—without loading content, so you can decide whether to read the file while avoiding token cost.
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 |