wais_discover
Fetch a site's .well-known/agents.json to discover its available actions, endpoints, and registration requirements.
Instructions
Discover what a WAIS-compatible site offers. Call this first for any site.
Fetches /.well-known/agents.json and returns a summary showing:
site.url and site.api_base_url (how the site identifies itself)
Available actions with their IDs, endpoints, methods, and parameters
Registration requirements, constraints, and payment info
The agents.json is the source of truth. Use the action IDs and parameter schemas it defines when calling wais_execute.
Args: site_url: The site's URL (e.g. "https://serphub.deeger.io").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |