Get a summary of all registered tools with their names, descriptions, and parameter schemas. Useful for debugging or building admin interfaces.
None.
{ name: string; description: string; parameters: Record<string, unknown> }[] —
Array of tool descriptors.