Skip to main content
Glama
common.py455 B
"""Common models and enums used across the application.""" from enum import Enum class ResponseFormat(str, Enum): """Output format for tool responses.""" JSON = "json" MARKDOWN = "markdown" class PaymentType(str, Enum): """Payment types supported by Duffel.""" BALANCE = "balance" # Use Duffel Balance (test/sandbox) ARC_BSP_CASH = "arc_bsp_cash" # For registered IATA travel agents CARD = "card" # Credit card payment

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/FortripEngineering/duffel-mcp'

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