get_extraction_schema
Returns the WHED extraction schema listing required fields with types and priorities, so the host LLM knows exactly what data to extract from scraped website content.
Instructions
Return the WHED extraction schema (REQUIRED fields only).
The host LLM should use this template to know which fields to extract
from scraped website content. Each field includes its type and priority.
Typical workflow:
1. crawl_website / scrape_url → get site content
2. get_extraction_schema → know what to extract
3. get_db_context(domain) → get allowed values & reference example
4. (Host LLM extracts data)
5. validate_profile(json) → check the extraction
6. save_profile(domain, json) → persist the result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |