import_agent
Fetch an agent card from a domain's well-known URL and pre-populate an Aidress registration preview, highlighting missing fields needed to complete registration.
Instructions
Pre-populate an Aidress registration from a domain's A2A agent card.
Fetches /.well-known/agent-card.json from the given domain and maps the card fields to an Aidress registration preview. Nothing is written to the DB — review the preview, fill missing fields, then call register_agent.
domain_url — domain to fetch from, e.g. "https://example.com" or "example.com"
Returns: source_url — the URL that was fetched preview — pre-populated fields (org_name, specialty, endpoint_url, capabilities) missing_fields — Aidress-required fields not found in the agent card note — instructions on how to complete registration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain_url | Yes |