This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Snippet 1 — Bot tool registry (read-only by construction) | |
| ========================================================== | |
| This is the entire surface area of what the Telegram bot's Claude | |
| can do. Anything not in this list does not exist for that agent. | |
| Notice what is NOT here: | |
| - No `create_*` or `update_*` or `delete_*` tools on business data | |
| - No `run_sql` or `execute_query` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Snippet 1 — Bot tool registry (read-only by construction) | |
| ========================================================== | |
| This is the entire surface area of what the Telegram bot's Claude | |
| can do. Anything not in this list does not exist for that agent. | |
| Notice what is NOT here: | |
| - No `create_*` or `update_*` or `delete_*` tools on business data | |
| - No `run_sql` or `execute_query` |