gemini_sendFunctionResult
Transmits the results of executed functions to an ongoing Gemini chat session using its sessionId, enabling the model to generate a response based on the provided function outcomes.
Instructions
Sends the result(s) of function execution(s) back to an existing Gemini chat session, identified by its sessionId. Returns the model's subsequent response.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
functionResponses | Yes | Required. An array containing the results of the function calls executed by the client. Each item must include the function 'name' and its 'response' object. | |
generationConfig | No | Optional. Per-request generation configuration settings to override session defaults for this turn. | |
safetySettings | No | Optional. Per-request safety settings to override session defaults for this turn. | |
sessionId | Yes | Required. The unique identifier of the chat session. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP Gemini Server
Related Tools
- @bsmi021/mcp-gemini-server
- @bsmi021/mcp-gemini-server
- @bsmi021/mcp-gemini-server
- @bsmi021/mcp-gemini-server
- @bsmi021/mcp-gemini-server