substrate_info
Check which components are built (pairs, sessions, importance signals) to avoid unnecessary setup costs for other tools.
Instructions
Report what's built and what isn't — cheap diagnostic.
Returns a dict with pair_count, session_count, has_importance,
has_rem_decay, rem_decay_ref_iso (ISO timestamp of the last
REM pass), and signals_present (names of the importance mixture
components). Includes path of the substrate workdir.
Use this on connect to know which other tools will succeed
without paying their setup cost first. Always returns a dict
even when nothing is built.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||