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