Skip to main content
Glama
GethosTheWalrus

Temporal MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TEMPORAL_HOSTNoTemporal server host and portlocalhost:7233
TEMPORAL_API_KEYNoAPI key for authentication (enables TLS automatically)
TEMPORAL_NAMESPACENoTemporal namespacedefault
TEMPORAL_TLS_ENABLEDNoEnable TLS (auto-detected if API key or mTLS cert/key provided)false
TEMPORAL_TLS_CLIENT_KEY_PATHNoPath to mTLS client key
TEMPORAL_TLS_CLIENT_CERT_PATHNoPath to mTLS client certificate

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
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
start_workflowC

Start a new Temporal workflow execution

query_workflowB

Query a running workflow for its current state

signal_workflowB

Send a signal to a running workflow

cancel_workflowC

Cancel a running workflow execution

get_workflow_resultA

Get the result of a completed workflow

describe_workflowC

Get detailed information about a workflow execution

list_workflowsA

List workflow executions based on a query. Specify 'limit' to control the number of results (default: 100, max recommended: 1000). Use 'skip' to paginate through results.

terminate_workflowC

Forcefully terminate a workflow execution

get_workflow_historyB

Get the complete event history of a workflow execution. Specify 'limit' to control the number of events (default: 1000).

get_workflow_eventB

Get a single workflow history event with decoded payload fields when present

start_activityB

Start a new standalone Temporal activity execution

execute_activityA

Execute a standalone Temporal activity and wait for result

get_activity_resultC

Get the result of a standalone activity

describe_activityB

Get detailed information about a standalone activity execution

list_activitiesB

List standalone activity executions based on a query. Specify 'limit' to control results and 'skip' for pagination.

count_activitiesB

Count standalone activity executions matching a query

cancel_activityB

Cancel a running standalone activity execution

terminate_activityC

Forcefully terminate a standalone activity execution

batch_signalB

Send a signal to multiple workflows matching a query. Specify 'limit' to control batch size (default: 100).

batch_cancelB

Cancel multiple workflows matching a query with concurrent processing for speed. Use 'concurrency' to control parallel operations (default: 50).

batch_terminateB

Terminate multiple workflows matching a query. Specify 'limit' to control batch size (default: 100).

batch_cancel_activitiesC

Cancel multiple standalone activities matching a query with concurrent processing for speed. Use 'concurrency' to control parallel operations (default: 50).

batch_terminate_activitiesC

Terminate multiple standalone activities matching a query. Specify 'limit' to control batch size (default: 100).

create_scheduleB

Create a new schedule for periodic workflow execution

list_schedulesB

List all schedules. Specify 'limit' to control the number of results (default: 100). Use 'skip' to paginate through results.

pause_scheduleC

Pause a schedule

unpause_scheduleB

Resume a paused schedule

delete_scheduleC

Delete a schedule

trigger_scheduleA

Manually trigger a scheduled workflow immediately

describe_scheduleA

Get detailed configuration and runtime information about a schedule, including its spec, action, state, recent executions, and upcoming action times

continue_as_newC

Signal a workflow to continue as new (restart with new inputs while preserving history link)

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/GethosTheWalrus/temporal-mcp'

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