"""Offer-related models."""
from pydantic import BaseModel, Field
class OfferDetails(BaseModel):
"""Model for getting detailed offer information."""
offer_id: str = Field(..., description="The ID of the offer to get details for")
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/ravinahp/flights-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server