fetchWebsiteText

@Tool(description = "Fetch textual information from the internet. Use HTTPS host. Returns stripped text.")
fun fetchWebsiteText(@McpToolParam(description = "The full HTTPS URL to fetch") url: String, @McpToolParam(description = "Maximum number of characters to return to avoid context window limits") maxChars: Int): String