mcp.schema.Tool
See theTool companion object
sealed trait Tool[F[_], T] extends ToolSchema
Represents a tool that the server provides. Tools enable servers to expose executable functionality to the system. Through these tools, you can interact with external systems, perform computations, and take actions in the real world.
Attributes
- Companion
- object
- Source
- Tool.scala
- Graph
-
- Supertypes
Members list
In this article