Skip to main content
Glama
my_tool.py214 B
from fastmcp import tool @tool() def echo_tool(message: str) -> str: """Prints the provided message to the console and returns it.""" print(f"MCP Server received from tool: {message}") return message

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/jairosoft-com/mcp-server-python-template'

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