Skip to content

Entity Resolve

Federated lookup across the entity store + the project registry. Returns all matches in parallel, flagged by provider. Optionally records a reference when source_path + source_kind are supplied.

MCP name: entity_resolve

Category: entities

Parameters

Name Type Required Description
query str Yes A name, alias, or slug to resolve. Case-insensitive.
source_kind str No One of document, chat, task, agent, manual. Required alongside source_path for side-effect reference recording.
source_path str No Document/session/agent path. When set with source_kind, each entities-provider match is recorded as a reference (de-dup window applies).