fetch_aifeed
Fetch web pages as token-budgeted AIFeed Markdown or MAKO, with optional signature verification to ensure content authenticity.
Instructions
Fetch a page as token-budgeted AIFeed Markdown/MAKO with permissions and optional signature verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Page URL (https) | |
| profile | No | Content profile (default aimd) | |
| max_tokens | No | Token budget; body is truncated to fit | |
| publicKeyValue | No | ed25519:… key to verify the page signature |