memory_entity
Retrieves all facts and typed relations for a known entity. Ideal for queries like 'tell me about X'.
Instructions
Get everything bikky knows about a specific entity — facts mentioning it plus typed relations into and out of it. Prefer this over memory_recall when the user asks 'tell me about X' or 'what do we know about X' and X is a known entity name (service, person, repo, concept). Faster and more complete than semantic search for entity-centric queries. If you only have a fuzzy description, use memory_recall first to find the entity name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Entity name (case-insensitive, e.g. 'qdrant', 'workspace_id'). Should match the lowercase canonical form used when facts were stored. | |
| limit | No | Max facts to return (default 20). Relations are always returned in full, capped at 50 each direction. | |
| destination | No | Optional legacy single-destination override. Do not combine with search_scope. | |
| search_scope | No | Optional read/search scope. Accepts 'routed', 'all', a destination name, a configured scope name, a comma-separated destination list, or an array of destination names. Omit to use config.default_search_scope. | |
| workspace_id | No | [Removed in v0.4.0] No-op. | |
| include_legacy_workspace | No | [Removed in v0.4.0] No-op. |