MCPTool

org.llm4s.mcp.MCPTool
See theMCPTool companion object
case class MCPTool(name: String, description: String, inputSchema: Value)

Tool definition structure as provided by MCP servers. Describes a tool that can be executed remotely.

Value parameters

description

Human-readable tool description

inputSchema

JSON Schema defining expected parameters

name

Unique tool identifier

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