Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.CallToolRequest
Packages that use McpSchema.CallToolRequest
Package
Description
-
Uses of McpSchema.CallToolRequest in io.modelcontextprotocol.client
Methods in io.modelcontextprotocol.client with parameters of type McpSchema.CallToolRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<McpSchema.CallToolResult>McpAsyncClient.callTool(McpSchema.CallToolRequest callToolRequest) Calls a tool provided by the server.McpSyncClient.callTool(McpSchema.CallToolRequest callToolRequest) Calls a tool provided by the server. -
Uses of McpSchema.CallToolRequest in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return types with arguments of type McpSchema.CallToolRequestModifier and TypeMethodDescriptionBiFunction<McpAsyncServerExchange,McpSchema.CallToolRequest, reactor.core.publisher.Mono<McpSchema.CallToolResult>> McpServerFeatures.AsyncToolSpecification.callHandler()Returns the value of thecallHandlerrecord component.McpServerFeatures.SyncToolSpecification.callHandler()Returns the value of thecallHandlerrecord component.BiFunction<McpTransportContext,McpSchema.CallToolRequest, reactor.core.publisher.Mono<McpSchema.CallToolResult>> McpStatelessServerFeatures.AsyncToolSpecification.callHandler()Returns the value of thecallHandlerrecord component.McpStatelessServerFeatures.SyncToolSpecification.callHandler()Returns the value of thecallHandlerrecord component.Method parameters in io.modelcontextprotocol.server with type arguments of type McpSchema.CallToolRequestModifier and TypeMethodDescriptionMcpServerFeatures.AsyncToolSpecification.Builder.callHandler(BiFunction<McpAsyncServerExchange, McpSchema.CallToolRequest, reactor.core.publisher.Mono<McpSchema.CallToolResult>> callHandler) Sets the call tool handler function.McpServerFeatures.SyncToolSpecification.Builder.callHandler(BiFunction<McpSyncServerExchange, McpSchema.CallToolRequest, McpSchema.CallToolResult> callHandler) Sets the call tool handler function.McpStatelessServerFeatures.AsyncToolSpecification.Builder.callHandler(BiFunction<McpTransportContext, McpSchema.CallToolRequest, reactor.core.publisher.Mono<McpSchema.CallToolResult>> callHandler) Sets the call tool handler function.McpStatelessServerFeatures.SyncToolSpecification.Builder.callHandler(BiFunction<McpTransportContext, McpSchema.CallToolRequest, McpSchema.CallToolResult> callHandler) Sets the call tool handler function.McpServer.AsyncSpecification.toolCall(McpSchema.Tool tool, BiFunction<McpAsyncServerExchange, McpSchema.CallToolRequest, reactor.core.publisher.Mono<McpSchema.CallToolResult>> callHandler) Adds a single tool with its implementation handler to the server.McpServer.StatelessAsyncSpecification.toolCall(McpSchema.Tool tool, BiFunction<McpTransportContext, McpSchema.CallToolRequest, reactor.core.publisher.Mono<McpSchema.CallToolResult>> callHandler) Adds a single tool with its implementation handler to the server.McpServer.StatelessSyncSpecification.toolCall(McpSchema.Tool tool, BiFunction<McpTransportContext, McpSchema.CallToolRequest, McpSchema.CallToolResult> callHandler) Adds a single tool with its implementation handler to the server.McpServer.SyncSpecification.toolCall(McpSchema.Tool tool, BiFunction<McpSyncServerExchange, McpSchema.CallToolRequest, 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.CallToolRequestModifierConstructorDescriptionAsyncToolSpecification(McpSchema.Tool tool, BiFunction<McpTransportContext, McpSchema.CallToolRequest, reactor.core.publisher.Mono<McpSchema.CallToolResult>> callHandler) Creates an instance of aAsyncToolSpecificationrecord class.SyncToolSpecification(McpSchema.Tool tool, BiFunction<McpTransportContext, McpSchema.CallToolRequest, McpSchema.CallToolResult> callHandler) Creates an instance of aSyncToolSpecificationrecord class. -
Uses of McpSchema.CallToolRequest in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.CallToolRequest