MCP::Tool
Inherits Struct < Value < Object
Represents an available tool on the server.
Constructors
new(name : String, description : String, input_schema : Hash(String, JSON::Any))
SourceInstance methods
clone
Sourcecopy_with(name _name = @name, description _description = @description, input_schema _input_schema = @input_schema)
Sourcedescription
input_schema
name