describe_file
Get file metadata including tags, size, estimated tokens, history depth, related files, backlinks, project, folder, and last edit date without reading the file content. Use to determine if a full file read is needed, saving tokens and time.
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 |