Package dev.relism.flash.ext.mcp
Annotation Interface ToolArg
public @interface ToolArg
Declares one input argument of a
Tool. Used inside Tool.args() — the whole
input JSON Schema is assembled once at scan time from these, never at call time.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
name
String name -
type
ToolArgType type- Default:
STRING
-
description
String description- Default:
""
-
required
boolean required- Default:
false
-