Package io.openliberty.mcp.tools
Interface ToolManager.ToolArguments
- All Superinterfaces:
FeatureManager.FeatureArguments,FeatureManager.RequestFeatureArguments
- Enclosing interface:
- ToolManager
The input to a tool handler, providing access to the arguments.
-
Method Summary
Methods inherited from interface io.openliberty.mcp.features.FeatureManager.RequestFeatureArguments
cancellation, progress, request
-
Method Details
-
args
The tool arguments.Every required argument will be present in the map and each argument can be safely cast to
ToolManager.ToolArgument.type().- Returns:
- a map from the argument names to the argument values
-