pub fn tool_help(name: &str, schemas: &[ToolSchema]) -> Option<String>Expand description
Format help for a single tool, or None if no such tool is registered.
The composition surface uses this; the Unknown topic… fallback lives in
[format_tool_help] for the help <topic> command path.