Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TAMLIL_DB_PATHNoOverride the path to the recording database
TAMLIL_RECORDINGS_ROOTNoOverride the root directory for recordings

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_meetingsA

List recorded meetings, newest first.

from_date/to_date are inclusive ISO dates (YYYY-MM-DD); app filters on the
meeting app name (case-insensitive substring, e.g. "zoom").
get_meetingA

Full metadata for one meeting: roster, named speakers, transcript availability, and pending clarification count.

get_transcriptA

The meeting transcript, with resolved speaker names and clock timestamps.

By default this does NOT return the transcript text — a long meeting would
flood your context. It returns metadata plus `path`: a rendered transcript
file you should open with your own file tools, reading only the ranges you
need. To pull lines inline instead (e.g. no filesystem access), pass `limit`
(and optional `offset`) to get that slice of segment lines directly.
search_transcriptsA

Search all transcripts for a phrase (case-insensitive). Returns matching meetings, newest first, with the matching transcript lines as excerpts.

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/Steven17D/tamlil'

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