Tool

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

Deprecated

Use `Tool` instead

Replace with

import io.modelcontextprotocol.kotlin.sdk.types.Tool
Tool

Definition for a tool the client can call.