Afficher le tableau des derniers fichiers
tc_files_appDisplay recent files of a Trimble Connect project in an interactive table; clicking a file shows its version history.
Instructions
Show an interactive MCP App table of the latest uploaded/modified files of a project; clicking a file expands its version history. Use this when the user asks to SEE/DISPLAY recent files, e.g. 'affiche les 5 derniers fichiers déposés'. With fileId set, returns the version history of that file (used internally by the app UI). For plain data without UI, use tc_files instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of most recent files to display | |
| fileId | No | If set, return the version history of this file instead of the file list | |
| region | Yes | Trimble Connect region: us (North America), eu (Europe), ap (Asia-Pacific), ap-au (Australia) | |
| projectId | Yes | Trimble Connect project ID |