describe_file
Inspect file metadata such as tags, size, history, and related files without reading the body, saving tokens and time. Decide whether to read the file based on this preview.
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 |