Skip to main content
This is the public reference for the 52 tools currently returned by the Brein MCP server. The server’s tools/list response remains the canonical schema: the tables below give the purpose, key arguments, and action boundary for every public tool. All tools accept an optional workspace argument. It must identify a workspace the credential is authorized to use; otherwise the credential’s primary workspace is used.
read means the tool does not change Brein data. write means it can change workspace data. confirm means a person must approve the action after seeing the proposed audience, price, or effect. credits means the action can spend contact credits.

Cerebro and documents

context_ls, context_read, context_write, and context_search are the document-shaped view of the same Cerebro store used by the topic-shaped tools. Read before replacing a document with context_write.

CRM, companies, and people

A company, market row, or research result does not become a CRM contact by itself. Use people_file for a person who has already been revealed or imported.

Lists and workspace

list_quote does not reveal anyone. The reveal is performed through the same confirmed people_reveal action.

Market

All market tools are read-only. They return bounded results and source context. They do not return contact coordinates and do not promise that a market is complete. Start with market_capabilities when the valid filter names or coverage are unclear. market_search_* returns candidates; market_get_* verifies one returned reference. Aggregates and counts do not return the underlying company rows.

Campaigns and sending

A campaign draft is inert. Creating, editing, previewing, or checking a sequence does not send email. Activation and a one-off reply require explicit human confirmation.

Background tasks

Use task_start for research over many companies or a request to qualify a large list. It cannot reveal contacts or send email. For a request that fits in one answer, use the market or company tools directly.

How to use the catalog

  1. Read the tool description and key arguments.
  2. Start with a read-only tool.
  3. Confirm the workspace and audience.
  4. Run the required quote, preview, or preflight step.
  5. Call the write or activation tool only after the required confirmation.
The live tools/list response includes the complete JSON schema, annotations, and current examples. If this page and the server schema differ, the server schema is authoritative.