Skip to main content
Glama

GitHub Remote MCP Server

by brentlaster
reverse_string.py213 B
from mcp import tool @tool def reverse_string(text: str) -> str: """ Reverses a string. Args: text (str): Input string Returns: str: Reversed string """ return text[::-1]

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/brentlaster/agent-mcp-ollama'

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