Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PRETALX_BASE_URLYespretalx base URL, no trailing slash
PRETALX_API_TOKENYesuse a local token; never commit
PRETALX_READ_ONLYNomust remain true for v1true
PRETALX_TRANSPORTNoonly supported value is stdiostdio
PRETALX_VERIFY_TLSNokeep TLS verification enabledtrue
PRETALX_DEFAULT_EVENTNooptional fallback event slug
PRETALX_TIMEOUT_SECONDSNoHTTP timeout in seconds20

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
pretalx_list_eventsC

List visible events in a compact form.

pretalx_get_eventC

Fetch one event in detail.

pretalx_list_submissionsC

List submissions for an event with optional server-side filters.

pretalx_get_submissionB

Fetch full details for one submission.

pretalx_search_submissionsC

Search submissions using server-side q plus local matching.

pretalx_summarise_submissionsC

Summarise submissions grouped by one selected attribute.

pretalx_list_speakersC

List speakers for an event with compact output.

pretalx_get_speakerB

Fetch one speaker profile with submission context.

pretalx_search_speakersA

Search speakers by name/email server-side and bio/submission titles locally.

pretalx_get_scheduleB

Fetch and summarise the current schedule for an event.

pretalx_list_schedule_sessionsC

Flatten schedule sessions with optional case-insensitive filters.

pretalx_find_schedule_conflictsC

Detect potential overlaps and missing schedule data.

pretalx_get_submission_reviewsA

Get reviews for one submission and degrade gracefully when unavailable.

pretalx_review_summaryB

Summarise review coverage and score trends for an event.

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/kevinnz/pretalx-local-mcp'

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