pub fn create_args_schema( name: &str, properties: HashMap<String, Value>, required: Vec<String>, description: Option<&str>, ) -> ArgsSchema
Helper function to create an args schema from field definitions.