files.describe
Get file metadata—tags, size, token estimate, history, related files, backlinks, project, and edit time—without loading content, so you can decide whether to read the file using a single call.
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 files.read + tags.list + files.get_history + files.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 |