Vertex AI MCP Server

by shariqriazz
Verified

explain_topic_with_docs

Generate detailed explanations for software-related queries by synthesizing insights from official documentation, using Vertex AI's Gemini model and web search grounding for accuracy and context.

Instructions

Provides a detailed explanation for a query about a specific software topic by synthesizing information primarily from official documentation found via web search. Focuses on comprehensive answers, context, and adherence to documented details. Uses the configured Vertex AI model (gemini-2.5-pro-exp-03-25) with Google Search. Requires 'topic' and 'query'.

Input Schema

NameRequiredDescriptionDefault
queryYesThe specific question to answer based on the documentation.
topicYesThe software/library/framework topic (e.g., 'React Router', 'Python requests').

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The specific question to answer based on the documentation.", "type": "string" }, "topic": { "description": "The software/library/framework topic (e.g., 'React Router', 'Python requests').", "type": "string" } }, "required": [ "topic", "query" ], "type": "object" }
ID: 4flmun3tjc