Skip to main content
Glama
quotes_tool.py193 B
import requests def get_quote(): url = "https://zenquotes.io/api/random" data = requests.get(url).json()[0] return { "quote": data["q"], "author": data["a"] }

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/jamalexfo/mcp-api-tools'

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