Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.ToolAnnotations
Packages that use McpSchema.ToolAnnotations
-
Uses of McpSchema.ToolAnnotations in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.ToolAnnotationsModifier and TypeMethodDescriptionMcpSchema.Tool.annotations()Returns the value of theannotationsrecord component.McpSchema.ToolAnnotations.Builder.build()Methods in io.modelcontextprotocol.spec with parameters of type McpSchema.ToolAnnotationsModifier and TypeMethodDescriptionMcpSchema.Tool.Builder.annotations(McpSchema.ToolAnnotations annotations) Constructors in io.modelcontextprotocol.spec with parameters of type McpSchema.ToolAnnotationsModifierConstructorDescriptionTool(String name, String title, String description, Map<String, Object> inputSchema, Map<String, Object> outputSchema, McpSchema.ToolAnnotations annotations, Map<String, Object> meta) Deprecated.Tool(String name, String title, String description, Map<String, Object> inputSchema, Map<String, Object> outputSchema, McpSchema.ToolAnnotations annotations, Map<String, Object> meta, List<McpSchema.Icon> icons) Creates an instance of aToolrecord class.
McpSchema.Tool.builder(String, Map)