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