ping
Verify connectivity and test response by sending a message to the Gemini MCP Tool. Use it to confirm server availability and ensure smooth interaction with Gemini CLI.
Instructions
Echo
Input Schema
Name | Required | Description | Default |
---|---|---|---|
prompt | No | Message to echo |
Input Schema (JSON Schema)
{
"properties": {
"prompt": {
"default": "",
"description": "Message to echo ",
"type": "string"
}
},
"required": [],
"type": "object"
}