unlob Docs
Browse documentation

dossier

Coverage Graph: a one-hop brief on an entity — the passages that mention it, its top source hosts, and the entities it co-occurs with.

Behaviour

Replaces roughly ten searches and a manual merge. The co-mentioned entities are the leads: they are what you did not know to search for.

Arguments

inputSchema

NameTypeDescription
entityrequiredstringEntity / salient term
limitinteger

Returns

A JSON payload in the text content block, and the same payload as structuredContent for clients that support it.

outputSchema

NameTypeDescription
entityrequiredstring
mentionsrequiredobject[]
related_entitiesrequired—[][]
top_sourcesrequired—[][]

Calling it

Over Streamable HTTP, with the required arguments filled in:

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "dossier",
    "arguments": {
      "entity": "<entity>"
    }
  }
}

Most clients do this for you — see Connect a client. To drive it by hand, complete the startup lifecycle first.