Resolve FQAN -> Entity
zyndai_resolve_fqanResolve a fully-qualified agent name to an entity ID and metadata. Converts FQAN like 'stocks.alice.zynd' into entity_id, name, summary, category, tags, and URL for agent interaction.
Instructions
Resolve a fully-qualified agent name to an entity_id.
FQAN format: ..zynd Example: 'stocks.alice.zynd' -> 'zns:a90cb541…'
Returns the entity_id, name, summary, category, tags, and entity_url so you can pass entity_id into zyndai_get_agent or zyndai_call_agent.
Errors:
404 — no agent registered with that FQAN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fqan | Yes | Fully-qualified agent name. Format: '<entity_name>.<dev_handle>.zynd' (e.g. 'stocks.alice.zynd'). Resolves to an entity card. |