verify_news
Confirm a news headline is real by searching providers and counting independent publisher matches; returns false unless at least two sources or one official source corroborate it.
Instructions
Step 2 - confirm a SPECIFIC headline is real and corroborated. Check that a headline describes a real, corroborated story.
Searches every configured news provider, keeps only results that actually match the headline, and counts how many INDEPENDENT publishers are carrying it. Returns is_legit=false unless at least two independent publishers match, or a single primary/official source does.
This verifies a headline; it does not find one. If the user gave you a topic
("today's AI news") rather than a headline, call find_stories first. Note
that an old headline will correctly return old sources - days limits how
far back to look.
Do not draft anything if is_legit is false. Feed fetchable_urls to
fetch_article_facts, and use reference_candidates as the reference list -
those are real publisher URLs. Some providers return aggregator redirects
that still name the outlet; they count toward corroboration but are not
usable as links, and build_schema rejects them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| limit | No | ||
| title | Yes |