Get the input schema for a specific tool.
Map<String, dynamic>? getSchema(String name) => _tools[name]?.tool.inputSchema;