pub trait HasInputSchema { // Required method fn input_schema(&self) -> &ToolSchema; }
Input schema trait