Skip to main content
Glama
test_tools_presence.py635 B
import sys from pathlib import Path PROJECT_DIR = Path(__file__).resolve().parents[1] sys.path.insert(0, str(PROJECT_DIR)) from server import TOOLS def test_required_tools_present(): required = { "consensus", "orchestrate_auto", "kimi_chat_with_tools", "kimi_upload_and_extract", "secaudit", "testgen", "activity", "version", "listmodels", "provider_capabilities", "health", "browse_orchestrator", } names = set(TOOLS.keys()) missing = sorted(list(required - names)) assert not missing, f"Missing tools: {missing}"

Latest Blog Posts

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/Zazzles2908/EX_AI-mcp-server'

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