{"ok":true,"site":{"host":"tehisarukas.ee","url":"https://tehisarukas.ee/","desc":"An Estonian publication with AI news, articles, and practical video tutorials.","type":"live","category":"AI & Agents","tools":[{"name":"get_article","kind":"answer","impl":"imperative","description":"Fetch and parse full article content by URL (params: url — defaults to current/latest article) -> {title, url, author, date, categories, tags, content, headings}","inputSchema":{"type":"object","properties":{"url":{"type":"string","description":"Full URL of the article to read (defaults to current or latest article)"}}},"executable":true},{"name":"list_articles","kind":"answer","impl":"imperative","description":"List recent AI news, articles, and tutorials from the blog (params: limit=10) -> list [{title, url, excerpt, author, date}]","inputSchema":{"type":"object","properties":{"limit":{"type":"integer","default":10,"description":"Maximum number of articles to return"}}},"executable":true},{"name":"list_videos","kind":"answer","impl":"imperative","description":"List practical AI video tutorials and guides (params: limit=10) -> list [{title, video_url}]","inputSchema":{"type":"object","properties":{"limit":{"type":"integer","default":10,"description":"Maximum number of video items to return"}}},"executable":true},{"name":"search_articles","kind":"act","impl":"imperative","description":"Search AI articles, news, and guides (params: query, navigate=false) -> navigates or returns list [{title, url, excerpt, date}]","inputSchema":{"type":"object","required":["query"],"properties":{"query":{"type":"string","description":"Search keyword or phrase (e.g. 'chatgpt', 'agent')"},"navigate":{"type":"boolean","default":false,"description":"Whether to navigate the browser to the search results page"}}},"executable":true}],"apiSurface":"spec","toolCount":4}}