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
Content copied to clipboard
ToolContent copied to clipboard
Definition for a tool the client can call.