salesforce_list_reports
List reports in Salesforce folders. Specify a folder name to view its reports, or let the tool check common folders like Public and Private Reports.
Instructions
List reports in Salesforce folders.
IMPORTANT: Reports in Salesforce are organized in folders. This tool will:
If folder is specified: List reports in that specific folder
If no folder specified: Check common folders ("unfiled$public" and "Private Reports")
Cannot list ALL reports across all folders in one call (Salesforce API limitation)
TIP: Use salesforce_list_report_folders first to discover available folders, then call this tool with specific folder names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | Folder name to list reports from (e.g., "unfiled$public", "Private Reports"). If not specified, will check common folders. | |
| searchPattern | No | Optional search pattern to filter reports by name |