get_help
Access usage information and guidance for the Gemini MCP server, including available tools, model parameters, examples, and quick-start instructions.
Instructions
Get help and usage information for the Gemini MCP server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
topic | No | Help topic to get information about | overview |
Input Schema (JSON Schema)
{
"properties": {
"topic": {
"default": "overview",
"description": "Help topic to get information about",
"enum": [
"overview",
"tools",
"models",
"parameters",
"examples",
"quick-start"
],
"type": "string"
}
},
"type": "object"
}