Skip to main content
Glama
fun_facts.py459 B
""" Defines the Pydantic model for fun facts data. """ from pydantic import BaseModel, Field class FunFact(BaseModel): """ A Pydantic model to validate the structure of a fun fact. """ id: str text: str source: str source_url: str = Field(..., alias="source_url") language: str permalink: str class Config: """Pydantic model configuration.""" populate_by_name = True protected_namespaces = ()

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/cliffordru/mcp-meeting-agent'

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