struct

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))
Source

Instance methods

clone
Source
copy_with(name _name = @name, description _description = @description, input_schema _input_schema = @input_schema)
Source
description
input_schema
name