Skip to main content
Glama
models.py371 B
from pydantic import BaseModel from typing import Optional class Reference(BaseModel): id: int title: Optional[str] = None author: Optional[str] = None year: Optional[str] = None journal: Optional[str] = None # Corresponds to secondary_title abstract: Optional[str] = None filepath: Optional[str] = None # Relative path from the .Data folder

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/DOGGY-SAINT/ENL-Reader-MCP'

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