MCPToolDefinition

constructor(name: String, title: String? = null, description: String? = null, inputSchema: JsonObject = JsonObject(mapOf("type" to JsonPrimitive("object"))), outputSchema: JsonObject? = null, annotations: JsonObject? = null, meta: JsonObject? = null)(source)