Skip to main content
Glama
GethosTheWalrus

Temporal MCP Server

list_workflows

List workflow executions by query with pagination support. Control result count using limit and skip parameters.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoList filter query (e.g., 'WorkflowType="MyWorkflow"')
limitNoMaximum number of results to return (default: 100, increase for more results)
skipNoNumber of results to skip for pagination (default: 0)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided. Description implies a read operation and specifies pagination behavior, but does not explicitly confirm non-destructive nature, authentication requirements, or rate limits. Adds some value beyond the tool name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with purpose and followed by parameter usage. No wasted words; every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Tool has 3 optional parameters and no output schema. Description covers all parameters and usage patterns. Missing return value details, but for a list tool, the context is adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers all 3 parameters with descriptions. Description adds value by specifying default (100) and max recommended (1000) for limit, and clarifying skip's role in pagination. This is extra context beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states 'List workflow executions based on a query.' Verb 'list' and resource 'workflow executions' are specific. Distinguishes from sibling tools like list_activities and list_schedules by specifying workflows and adding query/pagination details.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear guidance on using 'limit' (default 100, max 1000) and 'skip' for pagination. However, does not explicitly state when not to use this tool or mention alternatives for differing use cases.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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