MCP tool · Events
get_event
One event in full, including source articles and their annotated statements.
Read only
When to use
Use it on the handful of events that matter after a search. It returns what search_events leaves out: the full compensation block on a move, deal terms and participants on a deal, and the verbatim statements on each source article.
Call search_events first to get the reference this tool needs.
Parameters
referenceuuid·bodyrequired- The event reference UUID, as returned by search_events.
Example
Ask your assistant something like this, and it makes the call below. The result is shown as the JSON the tool returns, which reaches the assistant as a text content item.
Open the Halberd CFO appointment and show me what the chair said.Example records are invented.
Errors
These come back as a tool result with isError: true, so the assistant can read the reason and try again.
Not found.No event has that reference.
Built on
The tool calls this endpoint with your own token. Use the API directly to get the same data into your own systems.
Related
- ConceptEventsAn event is something that happened to a person or an organisation, with the date it was published and the date it takes effect.
- ConceptStatementsAnnotated passages on source articles: what a person said, and what others said about them.
- MCP tool · Eventssearch_eventsFilter moves, deals, funding rounds and other events with AND/OR conditions.
- MCP tool · Eventsget_similar_movesCount comparable moves over the same period, to tell a one-off from a pattern.