read_and_score
Read any URL to get clean Markdown and an AIO accuracy score in one call, enabling AI agents to assess content trustworthiness.
Instructions
Read any URL and return both clean Markdown AND the AIO accuracy score in one call. The recommended default for most AI workflows — gives both content and quality assessment together, so the AI agent can decide how much to trust the content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to read and score. | |
| fresh | No | If true, bypass cache and fetch fresh content. Default false. |