Metis · News Radar — Update Today Board
update_today_boardKeeps Events and Funding boards current by replacing tool-filled rows with web-search results while preserving user-curated items.
Instructions
Fill a Today-surface board (Events or Funding) with items you found on the web.
Use this after web-searching for the researcher's field. The Events board holds
upcoming scientific congresses/conferences/symposia; the Funding board holds open
or upcoming research funding calls, grants and fellowships. These boards have no
RSS source, so this tool is how Claude Desktop (on the user's subscription, no API
rate limit) keeps them current — the dashboard's "Update with Claude" buttons open
a chat that calls this tool.
Replaces the previously tool-filled rows on that board; items the user curated or
added by hand are preserved.
Args:
board: "events" or "funding".
items: list of objects, each {"title": str, "url": str, "date": str (optional,
event date or application deadline), "description": str (optional, one short
sentence)}. Only include real items with a working http(s) URL.
Returns:
dict: {ok, board, saved} on success, or {ok: False, error} on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | Yes | ||
| items | Yes |