Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.CallToolResult
Packages that use McpSchema.CallToolResult
Package
Description
-
Uses of McpSchema.CallToolResult in io.modelcontextprotocol.client
Methods in io.modelcontextprotocol.client that return McpSchema.CallToolResultModifier and TypeMethodDescriptionMcpSyncClient.callTool(McpSchema.CallToolRequest callToolRequest) Calls a tool provided by the server.Methods in io.modelcontextprotocol.client that return types with arguments of type McpSchema.CallToolResultModifier and TypeMethodDescriptionreactor.core.publisher.Mono<McpSchema.CallToolResult>McpAsyncClient.callTool(McpSchema.CallToolRequest callToolRequest) Calls a tool provided by the server. -
Uses of McpSchema.CallToolResult in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return types with arguments of type McpSchema.CallToolResultModifier and TypeMethodDescriptionBiFunction<McpAsyncServerExchange,Map<String, Object>, reactor.core.publisher.Mono<McpSchema.CallToolResult>> McpServerFeatures.AsyncToolSpecification.call()Returns the value of thecallrecord component.McpServerFeatures.SyncToolSpecification.call()Returns the value of thecallrecord component.Method parameters in io.modelcontextprotocol.server with type arguments of type McpSchema.CallToolResultModifier and TypeMethodDescriptionMcpServer.AsyncSpecification.tool(McpSchema.Tool tool, BiFunction<McpAsyncServerExchange, Map<String, Object>, reactor.core.publisher.Mono<McpSchema.CallToolResult>> handler) Adds a single tool with its implementation handler to the server.McpServer.SyncSpecification.tool(McpSchema.Tool tool, BiFunction<McpSyncServerExchange, Map<String, Object>, McpSchema.CallToolResult> handler) Adds a single tool with its implementation handler to the server.Constructor parameters in io.modelcontextprotocol.server with type arguments of type McpSchema.CallToolResultModifierConstructorDescriptionAsyncToolSpecification(McpSchema.Tool tool, BiFunction<McpAsyncServerExchange, Map<String, Object>, reactor.core.publisher.Mono<McpSchema.CallToolResult>> call) Creates an instance of aAsyncToolSpecificationrecord class.SyncToolSpecification(McpSchema.Tool tool, BiFunction<McpSyncServerExchange, Map<String, Object>, McpSchema.CallToolResult> call) Creates an instance of aSyncToolSpecificationrecord class. -
Uses of McpSchema.CallToolResult in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.CallToolResultModifier and TypeMethodDescriptionMcpSchema.CallToolResult.Builder.build()Builds a newMcpSchema.CallToolResultinstance.