io.github.smurfy92/openclaw-control-mcp
NPM · OPENCLAW-CONTROL-MCP · SCANNED AUG 3
MCP server bridging Claude Code to the OpenClaw gateway management plane via JSON-RPC.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 81 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability64
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 19777 tokens (~138/item across 143 items; 143 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage93
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 80% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · openclaw-control-mcp
claude mcp add smurfy92-openclaw-control-mcp -- npx -y openclaw-control-mcp
codex mcp add smurfy92-openclaw-control-mcp -- npx -y openclaw-control-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"smurfy92-openclaw-control-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"openclaw-control-mcp"
],
"enabled": true
}
}
} openclaw mcp add smurfy92-openclaw-control-mcp --command npx --arg -y --arg openclaw-control-mcp
mcp_servers:
smurfy92-openclaw-control-mcp:
command: "npx"
args: ["-y", "openclaw-control-mcp"] {
"mcpServers": {
"smurfy92-openclaw-control-mcp": {
"command": "npx",
"args": [
"-y",
"openclaw-control-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +46
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Tool coverage: 100 → unverified ▼ functional
- Security disclosure: fail → unverified ▼ functional
- Schema quality: unverified → good ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 −5
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- 31 Jul 26 −1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 +1
- Malware scan: pass → unverified ▼ security
- Tool coverage: unverified → 100 ▲ functional
- 28 Jul 26 −19
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 43
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 97 packages
97 packages in the resolved dependency tree · 97 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
openclaw_agent ~213
Root-level `agent` method — sends a message to the default agent and returns the agent's response. Wire format (verified live against gateway 2026.4.12+): requires `message` + `idempotencyKey` (auto-generated if omitted). NOT read-only — this triggers an agent turn. Prefer `openclaw_sessions_send` when you want explicit session control.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | — | Override the default agent. |
| idempotencyKey | string | — | Unique key to dedupe retries. Auto-generated UUID if omitted. |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| message | string | yes | Message to send to the agent. |
| sessionId | string | — | Target a specific session; omit to use the default. |
No output schema declared.
No examples provided.
openclaw_agent_identity_get ~93
Get the gateway's agent identity (current default agent metadata). Wraps `agent.identity.get`. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_agent_wait ~126
Block until the agent finishes its current turn (or timeout). Wraps `agent.wait`. Long-running — uses the configured request timeout (default 30s).
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | — | — |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| sessionId | string | — | — |
| timeoutMs | integer | — | — |
No output schema declared.
No examples provided.
openclaw_agents_create ~209
Create a new agent configuration. Wraps `agents.create`. Pass `agentId`, `displayName`, `model`, plus any extra fields the gateway accepts (system prompt, default tools, etc.). Call openclaw_agents_list first to see the full shape of an existing agent.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | — | Agent identifier (e.g. 'support-bot'). Defaults to a generated id if omitted. |
| displayName | string | — | Human-readable name shown in the Control panel. |
| id | string | — | Alias for agentId — pass either, not both. |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| model | string | — | Default model id (e.g. 'claude-sonnet-4-6'). |
No output schema declared.
No examples provided.
openclaw_agents_delete ~114
Delete an agent configuration. Wraps `agents.delete`. Destructive — confirm before calling. Sessions tied to this agent may be orphaned.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | yes | Agent id, e.g. 'main' |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_agents_files_get ~170
Fetch a specific agent file's contents (system prompt, tool definitions, etc.). Wraps `agents.files.get`. Read-only. Pass either `path` (full path including the file name) or `name` (file basename) — not both.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | yes | — |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| name | string | — | File basename. Pass either this or `path`. |
| path | string | — | Full file path (e.g. 'system.md'). Pass either this or `name`. |
No output schema declared.
No examples provided.
openclaw_agents_files_list ~111
List files attached to an agent (instructions, system files, etc.). Wraps `agents.files.list`. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | yes | Agent id, e.g. 'main' |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_agents_files_set ~206
Write or overwrite an agent file. Wraps `agents.files.set`. Destructive — overwrites existing content silently. Pass `agentId`, `path` or `name`, and `content` or `body` (gateway accepts both names depending on version).
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | yes | — |
| body | string | — | File body. Older alias for `content`; pass either, not both. |
| content | string | — | File body. Newer field name. |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| name | string | — | File basename. Pass either this or `path`. |
| path | string | — | Full file path (e.g. 'system.md'). Pass either this or `name`. |
No output schema declared.
No examples provided.
openclaw_agents_list ~95
List configured agents on the gateway (e.g. 'main', custom agents). Wraps `agents.list`. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_agents_update ~128
Update an existing agent's configuration. Wraps `agents.update`. Pass `agentId` + only the fields you want to change. Schema is permissive — gateway accepts the same shape as `agents.create`.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | yes | Agent id, e.g. 'main' |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_call ~274
DESTRUCTIVE ESCAPE HATCH — call ANY JSON-RPC method on the gateway with arbitrary params. Use this to operate on endpoints that don't yet have a typed wrapper. The user must validate the exact method name and params on every call (especially anything matching `*.add|remove|delete|update|create|write|terminate|reset|approve|reject`). For read-only inspection prefer the typed tools (`openclaw_cron_list`, `openclaw_introspect`, …) — `openclaw_call` should only be used when no typed alternative exists.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| method | string | yes | JSON-RPC method name, e.g. 'cron.list', 'session.list'. Discover the full set via openclaw_introspect. |
| params | object | — | Method params. MUST be a JSON object matching the gateway's expected shape (e.g. `{}` for no-arg methods). Strings, arrays, or primitives are rejected — the gateway requires an object even when there… |
No output schema declared.
No examples provided.
openclaw_channels_logout ~121
Log out / disconnect a delivery channel. Wraps `channels.logout`. Destructive — channel won't deliver until re-authenticated. Pass the channel name (e.g. 'telegram').
| Name | Type | Req | Description |
|---|---|---|---|
| channel | string | yes | Channel name, e.g. 'telegram' |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_channels_status ~93
Get the connection status of delivery channels (Telegram, email, etc.). Wraps `channels.status`. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_chat_abort ~124
Abort an in-flight chat turn for a session. Wraps `chat.abort`. Wire format (verified live): requires `sessionKey`. Destructive — cancels running LLM call.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| sessionKey | string | yes | Composite session key from openclaw_sessions_list. |
No output schema declared.
No examples provided.
openclaw_chat_history ~149
Fetch chat history for a session. Wraps `chat.history`. Wire format (verified live): requires `sessionKey`; accepts `limit`. Read-only. The pre-0.5.x `agentId`/`sessionId`/`offset` fields are rejected.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| limit | integer | — | — |
| sessionKey | string | yes | Composite session key from openclaw_sessions_list. |
No output schema declared.
No examples provided.
openclaw_chat_send ~246
Send a message into a chat session via the gateway's chat layer. Wire format (verified live against gateway 2026.4.12+): requires `sessionKey` (composite, e.g. 'agent:main:main' from openclaw_sessions_list), `message`, and `idempotencyKey` (auto-generated UUID if omitted). The pre-0.5.x `agentId`/`sessionId`/`text` shape is rejected by the gateway. Destructive — triggers an agent turn.
| Name | Type | Req | Description |
|---|---|---|---|
| idempotencyKey | string | — | Unique key to dedupe retries. Auto-generated UUID if omitted. |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| message | string | yes | Message body. |
| sessionKey | string | yes | Composite session key from openclaw_sessions_list (e.g. 'agent:main:main', 'agent:main:cron:<id>'). |
No output schema declared.
No examples provided.
openclaw_commands_list ~97
List the slash-commands registered in the gateway (commands the agent or operator can invoke). Wraps `commands.list`. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_config_apply ~94
Apply pending config changes (commit). Wraps `config.apply`. Destructive — propagates buffered config to running components.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_config_get ~170
Read the gateway's current configuration. Wraps `config.get`. Read-only. The gateway returns the full config; pass `path` to project to a sub-section client-side after fetch (the gateway itself does NOT support a `path` filter — verified live against 2026.4.12+).
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| path | string | — | Dotted path applied client-side to project the response (e.g. 'channels.telegram'). Does not reduce wire traffic — the gateway always returns the full config. |
No output schema declared.
No examples provided.
openclaw_config_patch ~319
Optimistic-locked replace of the FULL gateway config (verified live against 2026.4.12+). Wraps `config.patch`. Wire format: `{ raw: string, baseHash: string }` where `raw` is the full config serialized as JSON and `baseHash` comes from a previous `openclaw_config_get` call. Pass `mergePath` + `mergeValue` for the convenience flow: this tool will fetch the current config, deep-merge your value at the given dotted path, compute the resulting `raw` JSON, and submit it with the freshly-read `baseHash`. Destructive — replaces the entire config atomically.
| Name | Type | Req | Description |
|---|---|---|---|
| baseHash | string | — | Hash of the config the patch is based on. Required with `raw`. Get it from openclaw_config_get. |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| mergePath | string | — | Convenience: dotted path to merge `mergeValue` into. The tool fetches the current config and merges client-side. |
| mergeValue | — | — | Convenience: object/value to deep-merge at `mergePath`. |
| raw | string | — | Full new config as a JSON string. Use this when you've already serialized the new state. Mutually exclusive with mergePath/mergeValue. |
No output schema declared.
No examples provided.
openclaw_config_schema ~105
Get the JSON schema describing the gateway's config structure. Wraps `config.schema`. Read-only — useful before openclaw_config_set/patch to know which paths exist.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_config_schema_lookup ~105
Look up the schema description for a specific config path. Wraps `config.schema.lookup`. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| path | string | yes | Dotted path to look up |
No output schema declared.
No examples provided.
openclaw_config_set ~130
Replace a config value at a given path. Wraps `config.set`. Destructive — overwrites the previous value. Prefer openclaw_config_patch for partial updates.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| path | string | yes | Dotted path of the config key to set |
| value | — | — | New value (any JSON) |
No output schema declared.
No examples provided.
openclaw_cron_add ~212
Create a new OpenClaw cron job. Wraps `cron.add`. Field names match the gateway wire format (verified by the Control panel SPA + live calls), NOT the README placeholders sometimes seen in the MCP source: schedule uses `expr`/`tz` (cron) or `everyMs` (every) or `at` (exact); payload.agentTurn uses `message` and `timeoutSeconds`. Examples: `{ schedule: { kind: "cron", expr: "0 13 * * 5", tz: "Europe/Paris" }, payload: { kind: "agentTurn", message: "...", timeoutSeconds: 180 } }`.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| job | object | yes | — |
No output schema declared.
No examples provided.
openclaw_cron_add_daily ~353
Create a cron job that fires every day at a fixed local time. Synthesizes the `cron`-kind schedule + `agentTurn` payload. Pass `hour`, `minute`, `tz`, `message`. Optional channel delivery via `channel` + `to`.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | — | Override the default agent. Defaults to gateway's default. |
| channel | string | — | Delivery channel name (e.g. 'telegram', 'email', 'discord'). Omit to keep the result internal. |
| deliveryMode | string | — | 'announce' broadcasts to channel; 'direct' DMs; 'none' keeps result internal. Defaults to 'announce' when channel is set. |
| hour | integer | yes | — |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| message | string | yes | The text the agent receives at fire time. Used as the agentTurn `message` field. |
| minute | integer | — | — |
| model | string | — | Override the default model, e.g. 'claude-sonnet-4-6'. |
| name | string | yes | — |
| timeoutSeconds | integer | — | Hard cap for the agent run. Default 900s (15min) — enough for cold-start + non-trivial work. |
| to | string | — | Channel-specific recipient (Telegram chat id, email address, Discord channel id, …). Required when `channel` is set. |
| tz | string | — | — |
No output schema declared.
No examples provided.
openclaw_cron_add_every ~371
Create a cron job that fires every N minutes/hours regardless of clock time. Synthesizes an `every`-kind schedule. Pass either `intervalMinutes` or `intervalHours` (the tool computes `everyMs`). Use for monitoring jobs that don't care about wall-clock alignment.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | — | Override the default agent. Defaults to gateway's default. |
| channel | string | — | Delivery channel name (e.g. 'telegram', 'email', 'discord'). Omit to keep the result internal. |
| deliveryMode | string | — | 'announce' broadcasts to channel; 'direct' DMs; 'none' keeps result internal. Defaults to 'announce' when channel is set. |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| intervalHours | integer | — | Interval in hours. Pass either this or intervalMinutes. |
| intervalMinutes | integer | — | Interval in minutes. Pass either this or intervalHours. |
| message | string | yes | The text the agent receives at fire time. Used as the agentTurn `message` field. |
| model | string | — | Override the default model, e.g. 'claude-sonnet-4-6'. |
| name | string | yes | — |
| timeoutSeconds | integer | — | Hard cap for the agent run. Default 900s (15min) — enough for cold-start + non-trivial work. |
| to | string | — | Channel-specific recipient (Telegram chat id, email address, Discord channel id, …). Required when `channel` is set. |
No output schema declared.
No examples provided.
openclaw_cron_add_once ~399
Create a one-shot reminder/job that fires exactly once at a given absolute timestamp, then auto-deletes. Synthesizes an `exact`-kind schedule with `deleteAfterRun: true`. Pass `at` as RFC3339 (e.g. '2026-05-08T09:00:00+02:00') and a `message`.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | — | Override the default agent. Defaults to gateway's default. |
| at | string | yes | RFC3339 timestamp, e.g. '2026-05-08T09:00:00+02:00' or '2026-05-08T07:00:00Z'. |
| channel | string | — | Delivery channel name (e.g. 'telegram', 'email', 'discord'). Omit to keep the result internal. |
| deliveryMode | string | — | 'announce' broadcasts to channel; 'direct' DMs; 'none' keeps result internal. Defaults to 'announce' when channel is set. |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| message | string | yes | The text the agent receives at fire time. Used as the agentTurn `message` field. |
| model | string | — | Override the default model, e.g. 'claude-sonnet-4-6'. |
| name | string | yes | — |
| timeoutSeconds | integer | — | Hard cap for the agent run. Default 900s (15min) — enough for cold-start + non-trivial work. |
| to | string | — | Channel-specific recipient (Telegram chat id, email address, Discord channel id, …). Required when `channel` is set. |
No output schema declared.
No examples provided.
openclaw_cron_add_weekly ~452
Create a cron job that fires once a week at a fixed local time. Synthesizes a `cron`-kind schedule and an `agentTurn` payload, then calls `cron.add`. Pass `dayOfWeek` (mon..sun), `hour` (0-23), `minute` (0-59), `tz` (IANA, defaults to Europe/Paris), and `message`. Optional channel delivery: pass `channel` + `to`.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | — | Override the default agent. Defaults to gateway's default. |
| channel | string | — | Delivery channel name (e.g. 'telegram', 'email', 'discord'). Omit to keep the result internal. |
| dayOfWeek | string | yes | Day of the week (lowercase 3-letter, e.g. 'fri'). |
| deliveryMode | string | — | 'announce' broadcasts to channel; 'direct' DMs; 'none' keeps result internal. Defaults to 'announce' when channel is set. |
| hour | integer | yes | Local hour (0-23). |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| message | string | yes | The text the agent receives at fire time. Used as the agentTurn `message` field. |
| minute | integer | — | Local minute (0-59). Defaults to 0. |
| model | string | — | Override the default model, e.g. 'claude-sonnet-4-6'. |
| name | string | yes | Job name shown in the Control panel. |
| timeoutSeconds | integer | — | Hard cap for the agent run. Default 900s (15min) — enough for cold-start + non-trivial work. |
| to | string | — | Channel-specific recipient (Telegram chat id, email address, Discord channel id, …). Required when `channel` is set. |
| tz | string | — | IANA timezone. Defaults to Europe/Paris. |
No output schema declared.
No examples provided.
openclaw_cron_list ~182
List configured OpenClaw cron jobs. Wraps the gateway JSON-RPC method `cron.list`. Returns jobs with name, schedule, payload kind, and enabled state.
| Name | Type | Req | Description |
|---|---|---|---|
| enabled | string | — | Filter by enabled/disabled state |
| includeDisabled | boolean | — | Set true to include disabled jobs (alias for enabled='all') |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| limit | integer | — | — |
| offset | integer | — | — |
| query | string | — | Free-text search filter on job name |
| sortBy | string | — | — |
| sortDir | string | — | — |
No output schema declared.
No examples provided.
openclaw_cron_remove ~104
Delete an OpenClaw cron job by id. Destructive — confirm before calling. Wraps `cron.remove`.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Cron job id |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_cron_run ~102
Trigger an immediate run of a specific OpenClaw cron job by id. Wraps `cron.run`.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Cron job id |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_cron_runs ~214
List recent runs of a specific OpenClaw cron job. Wraps `cron.runs`. Pass `compact: true` to truncate each run's `summary` to 200 chars (saves tokens when scanning many runs); a `summaryTruncated` flag is added per entry. Each entry also gets a `runAtAgo` field (e.g. "3h ago") for readability.
| Name | Type | Req | Description |
|---|---|---|---|
| compact | boolean | — | Truncate each run's summary to 200 chars |
| id | string | yes | Cron job id |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| limit | integer | — | — |
| offset | integer | — | — |
| summaryMaxChars | integer | — | Override the truncation length when compact=true (default 200) |
No output schema declared.
No examples provided.
openclaw_cron_status ~96
Get the OpenClaw cron scheduler status (enabled flag, next-run timestamp, recent failures). Wraps `cron.status`.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_cron_update ~280
Update an existing OpenClaw cron job in place. Wraps `cron.update`. Avoids the remove + re-add dance when you just want to change schedule, timeout, payload, or delivery. Wire format (verified live against gateway 2026.4.12+): `{ id|jobId: string, patch: object }` — pass the job id and a `patch` object containing only the fields you want to change. Older shape `{ job: { id, ...fields } }` is auto-translated for backward compat with pre-0.5.1 callers.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | — | Cron job id (preferred). Pass either `id` or `jobId`. |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| job | object | — | DEPRECATED — pre-0.5.1 shape. Pass `id` + `patch` instead. |
| jobId | string | — | Cron job id (alias). Pass either `id` or `jobId`. |
| patch | object | — | Fields to change (any subset of writable cron fields). |
No output schema declared.
No examples provided.
openclaw_device_pair_approve ~116
Approve a pending device pairing request. Requires operator.write scope. Wraps `device.pair.approve`.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| requestId | string | yes | Pairing request id from openclaw_device_pair_list (pending entries) |
No output schema declared.
No examples provided.
openclaw_device_pair_list ~110
List pending and paired devices known to the gateway. Useful for confirming that this MCP's device shows up in 'pending' before approval. Wraps `device.pair.list` (operator scope).
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_device_pair_reject ~109
Reject a pending device pairing request. Wraps `device.pair.reject`.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| requestId | string | yes | Pairing request id from openclaw_device_pair_list (pending entries) |
No output schema declared.
No examples provided.
openclaw_device_pair_remove ~117
Remove a paired device from the gateway. Wraps `device.pair.remove`. Destructive — the device will need to re-pair to reconnect.
| Name | Type | Req | Description |
|---|---|---|---|
| deviceId | string | yes | Device id (hex) to unpair |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_device_repair ~215
Recover from the `expected Uint8Array of length 32, got length=0` failure mode (empty `device.privateKey`). Backs up `store.json` to `store.json.bak.<ts>`, wipes the broken device + cached tokens (keeps gateway URL + token configs), and drops the matching keychain entries. The next call to any scoped tool regenerates a fresh Ed25519 keypair and surfaces a new `pendingPairing.requestId` to approve in the Control panel. The `instance` arg is accepted but currently no-op — the local Store is shared across all instances. **Destructive — run only when openclaw_device_status reports the empty-private-key failure mode.**
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_device_status ~127
Show this MCP's local device identity, pairing status, current scopes (if any), and any pending pairing requestId. Triggers a fresh connect attempt, so it doubles as a 'retry pairing' command after approval. Use when scoped methods fail with 'missing scope: operator.read'.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_device_token_revoke ~119
Revoke a device's authentication token. Wraps `device.token.revoke`. Destructive — the device must re-pair (or use a freshly issued token).
| Name | Type | Req | Description |
|---|---|---|---|
| deviceId | string | yes | Device id whose token to revoke |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_device_token_rotate ~121
Rotate a device's authentication token (issues a new one, invalidates the old). Wraps `device.token.rotate`. Destructive — the device's currently cached token stops working.
| Name | Type | Req | Description |
|---|---|---|---|
| deviceId | string | yes | Device id whose token to rotate |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_doctor_memory_backfillDreamDiary ~110
Backfill the dream diary from past sessions (re-runs dreaming on history). Wraps `doctor.memory.backfillDreamDiary`. Mutates — can be expensive in tokens.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_doctor_memory_dedupeDreamDiary ~96
Deduplicate dream diary entries. Wraps `doctor.memory.dedupeDreamDiary`. Mutates.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_doctor_memory_dreamDiary ~111
Read the dream diary (the gateway's REM/light dream artifacts that promote into MEMORY.md). Wraps `doctor.memory.dreamDiary`. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
| limit | integer | — | — |
No output schema declared.
No examples provided.
openclaw_doctor_memory_repairDreamingArtifacts ~104
Repair corrupted dreaming artifacts (e.g. orphan files, broken JSON). Wraps `doctor.memory.repairDreamingArtifacts`. Mutates.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_doctor_memory_resetDreamDiary ~107
Wipe the dream diary entirely. Wraps `doctor.memory.resetDreamDiary`. DESTRUCTIVE — confirm before calling. Loses all promoted-into-memory candidates.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_doctor_memory_resetGroundedShortTerm ~106
Wipe the grounded short-term memory store. Wraps `doctor.memory.resetGroundedShortTerm`. DESTRUCTIVE — agents lose their recent recall.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_doctor_memory_status ~98
Get the memory subsystem health (short-term store, dream diary, grounding state). Wraps `doctor.memory.status`. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.
openclaw_exec_approval_get ~112
Get details of a specific exec approval request (command, args, agent, status). Wraps `exec.approval.get`. Read-only.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Exec approval request id |
| instance | string | — | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances wi… |
No output schema declared.
No examples provided.