Skip to main content
Glama
tersePrompts

Frontdesk AI

Official
by tersePrompts

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LLM_MODELNoModel name for LiteLLM or OpenAI-compatible endpoint.
ZAI_MODELNoZ.ai GLM model name (e.g., glm-5.3-flash).glm-5.3-flash
NTFY_TOPICNontfy.sh topic for push notifications. Optional.
A2A_ENABLEDNoFeature flag for the A2A agent. Defaults to enabled.true
LLM_API_KEYNoAPI key for LiteLLM or any OpenAI-compatible endpoint. Required along with LLM_BASE_URL if using this provider.
MCP_ENABLEDNoFeature flag for the MCP server. Defaults to enabled.true
ZAI_API_KEYNoZ.ai GLM API key (legacy default). One of the LLM provider keys is required for the MCP server to run.
LLM_BASE_URLNoBase URL for LiteLLM or any OpenAI-compatible endpoint (e.g., https://your-proxy.example/v1).
OPENAI_MODELNoOpenAI model name (e.g., gpt-4o).gpt-4o
VERCEL_TOKENNoVercel token used by deploy scripts. Not needed to run the MCP server.
ASSISTANT_NAMENoTitle tag used in metadata. Not needed for MCP.
OPENAI_API_KEYNoOpenAI API key. One of the LLM provider keys is required for the MCP server to run.
RESEND_API_KEYNoResend API key for the send_email tool. Optional; missing key disables the tool.
ANTHROPIC_MODELNoAnthropic model name (e.g., claude-sonnet-4-5).claude-sonnet-4-5
ANTHROPIC_API_KEYNoAnthropic Claude API key. One of the LLM provider keys is required for the MCP server to run.
ASSISTANT_TAGLINENoMeta description. Not needed for MCP.
VERCEL_PROJECT_IDNoVercel project ID used by deploy scripts. Not needed to run the MCP server.
ASSISTANT_TIMEZONENoIANA timezone for availability display. Optional.
NEXT_PUBLIC_GITHUBNoGitHub URL shown in the header. Not needed for MCP.
NEXT_PUBLIC_UPI_IDNoUPI ID for 'Buy me a coffee' button. Empty hides the button. Not needed for MCP.
ASSISTANT_EMAIL_FROMNoVerified sender address for emails, e.g. 'Concierge <onboarding@resend.dev>'. Optional.
NEXT_PUBLIC_LINKEDINNoLinkedIn URL shown in the header. Not needed for MCP.
NEXT_PUBLIC_SITE_URLNoFallback origin for the copied agent set-up. Not needed for MCP.
CALENDLY_ACCESS_TOKENNoCalendly Personal Access Token for the calendar tool. Optional; missing key disables the tool.
ASSISTANT_INTERNAL_EMAILNoInbox that the assistant emails messages and visit alerts to. Optional.
NEXT_PUBLIC_CONTACT_EMAILNoContact email shown in the header. Not needed for MCP.
NEXT_PUBLIC_ASSISTANT_NAMENoHeader title for the chat UI. Not needed for MCP but part of app configuration.
NEXT_PUBLIC_ASSISTANT_TAGLINENoHeader tagline for the chat UI. Not needed for MCP but part of app configuration.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/tersePrompts/frontdesk-ai'

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