seekr_prism
Extract detailed text content from any webpage URL to obtain comprehensive information beyond search result snippets.
Instructions
Prism and extract detailed text content from a specific webpage URL.
Use this tool to get full content from URLs found in query results. This provides more detailed information than query snippets alone.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | Valid HTTP/HTTPS URL to prism and extract text content from |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "Valid HTTP/HTTPS URL to prism and extract text content from",
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}