list_documents
Lists text documents and uploaded files in a project, reports knowledge size against thresholds, and flags duplicate file names.
Instructions
List the text documents in a project, and under uploaded_files the files uploaded through the web UI, such as PDFs, which count toward knowledge but are not documents: pull_documents copies them and delete_project backs them up, but nothing here can write or compact them. knowledge reports the project's size against its search threshold and its maximum. duplicate_file_names flags names held by more than one document, which happens when a save is interrupted; the next write_document with overwrite=true cleans them up. Relay any warning in the result to the user verbatim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes |