Tool Registry

Deterministic Tools

Canonical endpoints for PeriodicAgent.

V1: Foundation Tools

lookup_by_symbol

Returns element metadata including atomic number, mass, and category for a given symbol (e.g., "He").

list_by_category

Filters the periodic table by chemical category (e.g., "noble gas").

list_by_period

Returns all elements belonging to a specific period (1-7).

Sample Invocation

lookup_by_symbol(symbol="Au")
list_by_category(category="alkali metal")
list_by_period(period=1)