pub fn create_simple_tool<F, Fut>(
name: impl Into<String>,
description: impl Into<String>,
schema: ToolInputSchema,
handler: F,
) -> ToolDefinitionExpand description
Helper function to create a simple text-based tool
pub fn create_simple_tool<F, Fut>(
name: impl Into<String>,
description: impl Into<String>,
schema: ToolInputSchema,
handler: F,
) -> ToolDefinitionHelper function to create a simple text-based tool