Skip to main content
Glama
sample_tool.py217 B
import logging def sample_tool(text: str) -> str: logging.info("sample_tool received: %s", text) result = text[::-1] # reverse the string logging.info("sample_tool output: %s", result) return result

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/itsDurvank/Mcp_server'

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