ToolSchema

mcp.schema.ToolSchema
See theToolSchema companion object
sealed trait ToolSchema

Attributes

Companion
object
Source
Tool.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Tool[F, T]

Members list

Value members

Abstract methods

A human-readable description of what the tool does. This can be used by clients to improve the LLM's understanding of available tools.

A human-readable description of what the tool does. This can be used by clients to improve the LLM's understanding of available tools.

Attributes

Source
Tool.scala

Attributes

Source
Tool.scala
def name: String

A unique identifier for the tool. This name is used when calling the tool.

A unique identifier for the tool. This name is used when calling the tool.

Attributes

Source
Tool.scala