trailsearch_extract
Extract clean, focused content from a list of URLs, using an optional query to guide relevance, and return raw content when needed.
Instructions
Fetch clean content from known URLs via the TrailSearch /extract endpoint.
Args: urls: list of URLs to extract content from. query: optional context query used while extracting. include_raw_content: also return raw (unfiltered) content per URL.
Returns: JSON string with the extracted content for each URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | ||
| query | No | ||
| include_raw_content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |