ListToolsResult

mcp.schema.McpSchema.ListToolsResult
See theListToolsResult companion object
final case class ListToolsResult(tools: List[ToolSchema], nextCursor: Option[String])

The server's response to a tools/list request from the client.

Value parameters

nextCursor

An optional cursor for pagination. If present, indicates there are more tools available.

tools

A list of tools that the server provides.

Attributes

Companion
object
Source
McpSchema.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product