{"tools":[{"name":"findnews_search","description":"Search for and generate AI-synthesized news articles with real citations from web and news sources. Returns a streaming response with source cards and a markdown article.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"News search query, e.g. 'What just happened with the EU AI Act enforcement?'"}},"required":["query"]}},{"name":"findnews_get_article","description":"Retrieve a specific permanent news article by its URL slug. Returns the full article with markdown content, sources, citations, and JSON-LD schema.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"URL slug of the article, e.g. 'eu-ai-act-enforcement'"}},"required":["slug"]}},{"name":"findnews_list_articles","description":"List recent published news articles. Supports filtering by tag and pagination.","inputSchema":{"type":"object","properties":{"limit":{"type":"number","description":"Max articles to return (default 10, max 50)"},"tag":{"type":"string","description":"Filter by tag, e.g. 'regulation'"}}}}]}