Temporal

28 tools. 2 can modify or destroy data without limits.

2 write tools that can modify data. Rate limits recommended.

Last updated:

2 can modify or destroy data
26 read-only
28 tools total

Community server · catalogue entry verified 12/06/2026

How to control Temporal ↓

What Temporal exposes to your agents

Read (26) Write / Execute (2) Destructive / Financial (0)
High Risk

The most dangerous Temporal tools

2 of Temporal's 28 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Temporal

PolicyLayer is an MCP gateway — it sits between your AI agents and Temporal, and nothing reaches the server without passing your rules. These are the rules we recommend:

Rate limit write operations
{
  "docs.refresh": {
    "limits": [
      {
        "counter": "docs.refresh_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "docs.get": {
    "limits": [
      {
        "counter": "docs.get_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Temporal — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON TEMPORAL →

Free to start. No card required.

All 28 Temporal tools

READ 26 tools
Read docs.get Get the full content of a specific documentation page. Read docs.search Search the Temporal documentation corpus for relevant information. Read docs.status Check the status of the local Temporal documentation corpus. Read temporal.cluster.info Get system information about the Temporal cluster including server version and capabilities. Read temporal.connection.check Check connectivity to a Temporal cluster by fetching system info. Read temporal.namespace.describe Get detailed information about a specific namespace. Read temporal.namespace.list List all namespaces in a self-hosted Temporal cluster. Read temporal.schedule.describe Get detailed information about a specific schedule. Read temporal.schedule.list List schedules from a Temporal cluster. Read temporal.schedule.matching-times Get the matching times for a schedule within a time range. Read temporal.search-attributes.list List search attributes configured for a namespace. Read temporal.task-queue.configuration Get the configuration of a task queue including rate limits and poller settings. Read temporal.task-queue.describe Describe a task queue including poller information and backlog status. Read temporal.worker.deployment.describe Describe a specific worker deployment including its versions. Read temporal.worker.deployment.list List worker deployments in a namespace. Read temporal.worker.deployment.reachability Check reachability of a worker deployment to determine if it can still receive tasks. Read temporal.worker.deployment.version.describe Describe a specific version of a worker deployment. Read temporal.worker.task-reachability Check task reachability for a task queue to determine if workers can receive tasks. Read temporal.worker.versioning-rules Get the worker versioning rules for a task queue, including assignment and redirect rules. Read temporal.workflow.count Count workflows matching a visibility query filter. Read temporal.workflow.describe Get detailed information about a specific workflow execution. Read temporal.workflow.history Get the event history of a workflow execution in chronological order. Read temporal.workflow.history.reverse Get the event history of a workflow execution in reverse chronological order via gRPC. Read temporal.workflow.history.summarize Get a summarized view of workflow execution history, focusing on key events. Read temporal.workflow.list List workflows from a Temporal cluster. Supports visibility query filters. Read temporal.workflow.result Get the result of a completed workflow execution.

Questions about Temporal

How do I prevent bulk modifications through Temporal? +

The Temporal server has 1 write tools including docs.refresh. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Temporal.

How many tools does the Temporal MCP server expose? +

28 tools across 1 categories: Read. 26 are read-only. 2 can modify, create, or delete data.

How do I enforce a policy on Temporal? +

Register the Temporal MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Temporal tool call.

Deterministic rules across all 28 Temporal tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

28 Temporal tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.