Tool

constructor(name: String, inputSchema: ToolSchema, description: String? = null, outputSchema: ToolSchema? = null, title: String? = null, annotations: ToolAnnotations? = null, icons: List<Icon>? = null, meta: JsonObject? = null)(source)