Skip to main content
Glama

Llama 4 Maverick MCP Server

by YobieBen
__init__.pyโ€ข567 B
""" Tools Module Author: Yobie Benjamin Version: 0.9 Date: August 1, 2025 This module provides all the tools (functions) that can be called by the MCP server. Each tool has a specific purpose and can be executed with validated parameters. Available tools: - Web search - File operations (read, write, list) - Code execution - Database queries - Mathematical calculations - Date/time operations - HTTP requests - JSON manipulation """ from .tool_manager import ToolManager from .base import BaseTool, ToolResult __all__ = ["ToolManager", "BaseTool", "ToolResult"]

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/YobieBen/llama4-maverick-mcp-python'

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