ToolsListResponse

org.llm4s.mcp.ToolsListResponse
See theToolsListResponse companion object
case class ToolsListResponse(tools: Seq[MCPTool])

Response from tools/list request containing available tools.

Value parameters

tools

Sequence of tool definitions available on the server

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