Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.JsonSchema
Packages that use McpSchema.JsonSchema
-
Uses of McpSchema.JsonSchema in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.JsonSchemaModifier and TypeMethodDescriptionMcpSchema.Tool.inputSchema()Returns the value of theinputSchemarecord component.Methods in io.modelcontextprotocol.spec with parameters of type McpSchema.JsonSchemaModifier and TypeMethodDescriptionMcpSchema.Tool.Builder.inputSchema(McpSchema.JsonSchema inputSchema) Constructors in io.modelcontextprotocol.spec with parameters of type McpSchema.JsonSchemaModifierConstructorDescriptionTool(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.