list_tentacles
Explains why tentacle enumeration is unavailable. Returns a static response that OctoBot has no JSON API for listing tentacles, and suggests get_tentacle_config for known names.
Instructions
Tier C stub (ADR-0006): tentacle enumeration has no JSON API in OctoBot.
Never makes an HTTP call to OctoBot and never raises -- this is a
static, instant response explaining the gap, not a failure (ctx is
accepted only for interface consistency with every other registered
tool; it is never read). Use get_tentacle_config(tentacle) instead if
you already know the tentacle's class name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||