Class: SolidLoop::Mcp::Toolset::ToolDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/solid_loop/mcp/toolset.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



30
31
32
# File 'lib/solid_loop/mcp/toolset.rb', line 30

def description
  @description
end

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



30
31
32
# File 'lib/solid_loop/mcp/toolset.rb', line 30

def handler
  @handler
end

#input_schemaObject

Returns the value of attribute input_schema

Returns:

  • (Object)

    the current value of input_schema



30
31
32
# File 'lib/solid_loop/mcp/toolset.rb', line 30

def input_schema
  @input_schema
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



30
31
32
# File 'lib/solid_loop/mcp/toolset.rb', line 30

def name
  @name
end