What's wrong with this entry?
The Project tool (project_info, project_read, project_delete) now surfaces file uploads (PDFs, images, and other binary files) alongside text docs.
project_infooutput now includes a## Project files (N)section listing file uploads and a## Synced sources (N)section listing connector-synced content (Google Drive, GitHub, Outline, MCP resources)project_readon a file upload returns afile_kindfield; for document-type uploads (PDF, docx) it returns extracted text; for other types it returns empty content with a notice explaining that no text extract is availableproject_deleteon a file upload now returns a clear error explaining that file uploads can only be removed from claude.ai, not via the tool- The error message when a path is not found now says "No doc or file at" instead of "No doc at" and lists both docs and files
Project tool description update (search for "is a file upload; project_delete only removes text docs" and "## Project files (")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.