clean_text_raw
Extract clean, tag-free plain text from any webpage for RAG embedding and vector indexing. Returns title, word count, and token metrics.
Instructions
Extracts pure, tag-free plain text optimized for RAG embedding and vector indexing (0.001 USDC).
Usage Guidelines:
Use this tool when ingesting raw webpage text directly into vector databases (Pinecone, Chroma, Qdrant).
Returns: Page title, word count, clean text, and token metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The target website URL to extract raw text from. | |
| auth_token_or_tx | No | Optional x402 auth token or tx hash. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |