| Package | Description |
|---|---|
| io.modelcontextprotocol.spec |
| Modifier and Type | Method and Description |
|---|---|
McpSchema.Tool.Builder |
McpSchema.Tool.Builder.annotations(McpSchema.ToolAnnotations annotations) |
| Constructor and Description |
|---|
Tool(String name,
String description,
McpSchema.JsonSchema inputSchema,
McpSchema.ToolAnnotations annotations)
Deprecated.
Only exists for backwards-compatibility purposes. Use
McpSchema.Tool.builder() instead. |
Tool(String name,
String description,
String schema,
McpSchema.ToolAnnotations annotations)
Deprecated.
Only exists for backwards-compatibility purposes. Use
McpSchema.Tool.builder() instead. |
Tool(String name,
String description,
String inputSchema,
String outputSchema,
McpSchema.ToolAnnotations annotations)
Deprecated.
Only exists for backwards-compatibility purposes. Use
McpSchema.Tool.builder() instead. |
Tool(String name,
String title,
String description,
String inputSchema,
String outputSchema,
McpSchema.ToolAnnotations annotations)
Deprecated.
Only exists for backwards-compatibility purposes. Use
McpSchema.Tool.builder() instead. |
Copyright © 2025. All rights reserved.