Two ways to work with signals
Signals have two surfaces. They act on the same org-wide signals, so a signal created on one is visible on the other.
Start in the app if you just want a signal running. Use MCP when you want an agent to do the work, or when you want to preview against specific artifacts before anything goes live.
Create a signal in the app
Open Signals from the left sidebar. The page has two tabs: Manage Signals and Collected Signals. Manage Signals lists every signal in your org as a card showing its status pill, name, artifact scope (for example, “All artifacts”), and signal key. Use Find signal… to search by name, and the All statuses dropdown to filter by status. Each card has a … overflow menu.1
Describe what you want to find
Type into the box prompting Describe a signal to monitor…. Write it the same way you’d write it for a colleague: what counts, what doesn’t, and examples of both. That description is the whole configuration — see writing instructions before you write it.You can also start from the New Signal button at the top right.
2
Review what comes back
Read the draft before it goes anywhere. Check that the wording excludes the near-misses you don’t want — your own reps speculating, generic mentions of the topic, anything already covered by another signal.
3
Activate it
A signal that isn’t active is stored and evaluates nothing. Once you activate it, every new eligible artifact is evaluated as it’s ingested. The status pill on the card reads Active or Inactive — see lifecycle for how those labels map to the underlying states.
Create a signal over MCP
You do this by talking to Deal Brain through your AI platform. You need theconfigure_signals permission.
Drafting and saving are two separate steps. Deal Brain drafts a candidate first — a structured proposal that isn’t stored anywhere. Nothing exists in your org until you explicitly save it.
1. Draft a candidate
Describe what you want to find. Deal Brain turns your description into a structured set of extraction instructions.generate_signal, which returns a candidate for you to read. It does not save anything. If you stop here, the signal doesn’t exist.
2. Choose which artifacts it applies to
A signal only runs against document types you select. Pick the ones where the pattern would realistically appear, and get them right on the candidate before you save it.gong · transcript · granola · email · document · chat · brain-dump · research · generic
3. Save the candidate as a disabled signal
Saving is what creates the signal in your org. Deal Brain saves it throughmanage_signals using the upsert_disabled action, so it lands in a disabled state — it’s stored, it has a signal key, and it evaluates nothing.
4. Pick the artifacts to preview against
Preview doesn’t run against “recent artifacts” or your whole history. You choose the artifacts, and you name them by ID — between 1 and 20 of them per preview. So before you preview, go get some IDs. Ask for artifacts on a deal where you’d expect the pattern to show up:5. Preview
Hand Deal Brain the saved signal and the specific artifact IDs you collected.6. Refine
Refining works the same way as creating: generate a revised candidate, then save it over the existing signal.7. Activate
Activate only once a preview looks right.8. Backfill your history
Activation only affects artifacts going forward. To catch what’s already there, run a backfill. Backfills must be bounded — by a time window, an artifact cap, or both.9. Track how it’s doing
Backfills run asynchronously. Listing your signals reports three counts for each one — how many artifacts are eligible, how many have been evaluated, and how many observations came out of them.Read what a signal found
Observations live on the Collected Signals tab of the Signals page. It’s a table of the observations your signals have recorded, with four columns: Signal, Observation, Context, and Source quote. The source quote is what makes the table worth reading. You see the language each observation was drawn from, so you can judge a match instead of trusting it — which is also how you tell a noisy signal from a precise one. Use Find collected signal… to search the table, and Filters to narrow it down.Read observations here, not over MCP. No public MCP tool returns the observations for a given signal —
list_signals gives you counts, not the matches behind them.
