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