getSchema method

Map<String, dynamic>? getSchema(
  1. String toolName
)

Get full tool schema as Map (for execution/validation)

Implementation

Map<String, dynamic>? getSchema(String toolName) => _schemas[toolName];