harmonic_list_saved_searches
Retrieve all saved searches from your Harmonic account to monitor deal flow and track companies or people over time using predefined filter criteria.
Instructions
Get all saved searches accessible to your Harmonic account. Saved searches enable monitoring deal flow and tracking companies over time.
What it does: Returns all saved searches (also called "Saved Views" in Harmonic UI) that your team has created. Each saved search has specific filter criteria.
Returns: { "data": [ { "id": 141648, "name": "Stealth Feed", "type": "COMPANIES_LIST", "is_private": false, "created_at": "2024-10-10T18:48:38.438102", "updated_at": "2025-06-16T00:53:15.505131" } ], "count": number }
Search types:
COMPANIES_LIST: Search for companies
PERSONS: Search for people
Next steps: Use harmonic_get_saved_search_results with the search ID to get matching companies/persons.
Use cases:
List all team deal flow monitors
Find a specific saved search by name
Check when a search was last updated
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: "json" or "markdown" | json |