Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
normalize_audioB

Normalize an audio file to 16kHz mono PCM WAV format required by Whisper.

transcribe_audioB

Transcribe an audio file using whisper.cpp. Returns the transcript text.

summarize_transcriptC

Generate a concise meeting summary from transcript text.

extract_action_itemsA

Extract action items from a meeting transcript. Returns a JSON list of tasks with owner and due date.

extract_decisionsB

Extract confirmed decisions from a meeting transcript. Returns a JSON list of decisions.

process_recordingB

Run the full Samuraizer pipeline on an audio file. Returns summary, action items, decisions, and output file paths.

search_meetingsA

Search meetings by summary text, name, action items, and decisions. Transcripts are not searched — use get_meeting for those. Returns ranked results with snippets.

list_meetingsA

List all processed meetings, sorted newest first. Optionally limit results.

get_meetingB

Retrieve the full processed output for a specific meeting by id.

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/UladzKha/samuraizer-cli'

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