vc_page_markdown
Fetch a public webpage and return clean markdown plus extracted text for LLM use. Works only on non-paywalled pages.
Instructions
Fetch a public webpage and return clean markdown plus extracted text.
Use when you already have a URL and need readable page content for an LLM. Do not use for search discovery — call vc_web_search first. Not for authenticated or paywalled pages.
Auth: free-trial or X-Vibes-Key preferred; else x402 (~$0.02). Side effects: outbound HTTP GET to the URL; no local writes. Returns JSON with markdown/text fields, or payment_required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public https URL to fetch and convert. | |
| payment_signature | No | Optional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |