Skip to main content
Glama

Vertex AI MCP Server

answer_query_direct

Provides answers to natural language queries using Vertex AI's internal knowledge, without web search. Input a query string to extract precise information directly from the model.

Instructions

Answers a natural language query using only the internal knowledge of the configured Vertex AI model (gemini-2.5-pro-exp-03-25). Does not use web search. Requires a 'query' string.

Input Schema

NameRequiredDescriptionDefault
queryYesThe natural language question to answer using only the model's internal knowledge.

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The natural language question to answer using only the model's internal knowledge.", "type": "string" } }, "required": [ "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shariqriazz/vertex-ai-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server