resolve_entities
Resolve entity names into resource IDs and hierarchy paths, enabling follow-up API calls without manually tracking UUIDs. Supports case-insensitive substring or exact name matching.
Instructions
Resolve entities by name into their resource_ids and hierarchy paths, so you can drive follow-up calls without shuttling UUIDs. By default matches case-insensitive substrings; set exact=true to match the full name. Returns summaries (resource_id, name, path, components). An empty result is a successful, empty list (not an error). When NOT to use: when you need filtering by component/tag or pagination (use list_entities).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Entity name to look up | |
| exact | No | Require an exact (case-insensitive) name match instead of substring |