Skip to main content
Glama

MCP Server for Vertex AI Search

by ubie-oss
import unittest from mcp_vertexai_search.utils import to_mcp_tool class TestUtils(unittest.TestCase): def test_to_mcp_tool(self): tool = to_mcp_tool("test-tool", "test-description") self.assertEqual(tool.name, "test-tool") self.assertEqual(tool.description, "test-description")

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/ubie-oss/mcp-vertexai-search'

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