Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEFAULT_REGIONNoDefault region for Temporal Cloud (us, eu, au, in)us
TEMPORAL_API_KEYYesYour Temporal Cloud API key
TEMPORAL_ACCOUNT_IDYesYour Temporal Cloud account ID

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

Tools

Functions exposed to the LLM to take actions

NameDescription
get_workflow_step_resultsA

Get processed step results from a workflow execution including resultUri, step names, durations, and success status. This is a compact summary perfect for analyzing what happened in each step without the full raw history. Use this to get the resultUri for downloading detailed step logs.

get_workflow_execution_historyA

Get the complete RAW execution history of a Temporal workflow. Returns all events from the workflow history including activity executions, signals, timers, etc. WARNING: This can be very large. Use get_workflow_step_results instead for a compact summary with resultUri.

list_workflow_executionsB

List workflow executions with optional filtering using Temporal visibility query syntax. Can filter by workflow type, status, start time, etc.

describe_workflow_executionC

Get detailed information about a workflow execution including its current status, history length, start time, close time, and more.

fetch_workflow_historyB

Convenience method to fetch complete workflow history using the workflow handle. Similar to get_workflow_execution_history but may be easier to use when you only have the workflow ID.

terminate_workflow_executionA

Terminate a running workflow execution. This immediately stops the workflow and marks it as terminated.

list_closed_workflow_executionsA

List workflow executions that have closed (completed, failed, terminated, etc.) within a specific time range.

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

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