orgo_list_files
Lists files for a specific computer in the Orgo MCP Server, showing both uploaded and exported files with pagination support. Use file IDs for download or deletion operations.
Instructions
List all files associated with a computer.
Shows both uploaded files and files exported from the computer.
Use file IDs with orgo_download_file or orgo_delete_file.
Args:
params (ListFilesInput): Input containing:
- computer_id (str): Computer ID
- limit (int): Maximum results, 1-100 (default: 20)
- offset (int): Skip for pagination (default: 0)
- response_format (ResponseFormat): 'markdown' or 'json'
Returns:
str: Formatted list of files with pagination info
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |