swebsy_list_symbols
Identify reusable symbols and their usage across pages, including a broken-linkage health report to detect and repair sync issues.
Instructions
List the project's SYMBOLS (reusable components that stay in sync across every page). Returns each symbol's id, name, component type, instance count, and how many pages use it, plus a health report of BROKEN linkage: orphans (copies whose main was deleted — editing them changes nothing elsewhere), unregistered (instances the main doesn't list back, so edits propagate one way only) and ghosts. Repair any of it by calling promote_to_symbol on one affected section. Use before add_symbol_instance to find the symbol id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||