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.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 description, McpSchema.JsonSchema inputSchema, McpSchema.ToolAnnotations annotations) Deprecated.Only exists for backwards-compatibility purposes.Tool(String name, String title, String description, McpSchema.JsonSchema inputSchema, Map<String, Object> outputSchema, McpSchema.ToolAnnotations annotations, Map<String, Object> meta) Creates an instance of aToolrecord class.Tool(String name, String description, String schema, McpSchema.ToolAnnotations annotations) Deprecated.Only exists for backwards-compatibility purposes.Tool(String name, String description, String inputSchema, String outputSchema, McpSchema.ToolAnnotations annotations) Deprecated.Only exists for backwards-compatibility purposes.Tool(String name, String title, String description, String inputSchema, String outputSchema, McpSchema.ToolAnnotations annotations) Deprecated.Only exists for backwards-compatibility purposes.