Class ToolSchema
java.lang.Object
org.frankframework.mcp.ToolSchema
Small fluent builder for a JSON-schema describing an MCP tool's arguments. It produces the plain
Map
representation the MCP SDK expects, which keeps the tool definitions readable and avoids hand-written JSON.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static ToolSchemaobject()requiredString(String name, String description)
-
Method Details
-
object
-
string
-
requiredString
-
bool
-
integer
-
build
-