Describe returns the full prompt-grade definition of one tool.
(name string)
| 25 | type ToolCatalogAdapter interface { |
| 26 | // Describe returns the full prompt-grade definition of one tool. |
| 27 | Describe(name string) (string, error) |
| 28 | // List returns the one-line index of every available tool. |
| 29 | List() (string, error) |
| 30 | } |
no outgoing calls
no test coverage detected