Skip to main content
Glama
alludium

Harmonic MCP Server

by alludium

harmonic_get_saved_search_net_new_results

Retrieve only new matches from a saved search since your last check to monitor incremental deal flow changes, such as companies meeting investment criteria.

Instructions

Get only NEW results from a saved search since your last check. This is the incremental/delta endpoint for monitoring deal flow.

PREREQUISITE: You must subscribe to the saved search via Harmonic web UI first. Returns 404 if not subscribed.

What "net new" means: Returns companies/people that have NEWLY matched your search criteria since you subscribed (or since new_results_since date). For example, if your search looks for companies with >100 headcount, this returns companies that recently grew past 100.

Input:

  • search_id: The saved search ID (get from harmonic_list_saved_searches)

  • size: Number of results (default: 3, max: 5)

  • cursor: Pagination cursor for more results

  • new_results_since: Optional UTC datetime (e.g., 2024-09-21T00:00:00Z)

Response sizes: ~27KB per result (same as regular results)

Workflow:

  1. Call this tool to get new matches

  2. Process the results

  3. Call harmonic_clear_saved_search_net_new to mark as "seen"

  4. Repeat on your monitoring schedule

Use cases:

  • Daily deal flow monitoring for investors

  • Trigger deep research agents on new matches

  • Alert on companies meeting investment criteria

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
search_idYesSaved search ID or URN
sizeNoNumber of results to return (default: 3, max: 5). Each result is ~27KB.
cursorNoPagination cursor from previous response
new_results_sinceNoUTC datetime (e.g., 2024-09-21T00:00:00Z) to filter results. Defaults to subscription date.
response_formatNoOutput format: "json" or "markdown"json

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alludium/harmonic-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server