hasToolNamed

abstract fun hasToolNamed(name: String): Boolean

Checks if a tool with the given name exists in the server.

Return

true if the tool exists, otherwise false

Parameters

name

the name of the tool to check