ToolsCallRequest

org.llm4s.mcp.ToolsCallRequest
See theToolsCallRequest companion object
case class ToolsCallRequest(name: String, arguments: Option[Value])

Request structure for executing a tool via tools/call.

Value parameters

arguments

Optional arguments to pass to the tool

name

Name of the tool to execute

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product