check_agent_interface_url
Verifies if a domain hosts an Agent Interface specification by checking the well-known URL path for agent-interface.json.
Instructions
Check if a domain hosts an Agent Interface spec.
Looks for the spec at the well-known URL: https://domain/.well-known/agent-interface.json
Args: domain: Domain to check (e.g. "example.com")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes |