openclaw - 💡(How to fix) Fix [Bug]: exec tool call is invoked with empty arguments, missing required command [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#81433Fetched 2026-05-14 03:32:17
View on GitHub
Comments
2
Participants
2
Timeline
6
Reactions
1
Timeline (top)
commented ×2labeled ×2closed ×1cross-referenced ×1

The agent attempted to invoke the exec tool with empty arguments {}, causing validation to fail because the required command property was missing.

Error Message

The agent failed with the following validation error:

Root Cause

The agent attempted to invoke the exec tool with empty arguments {}, causing validation to fail because the required command property was missing.

RAW_BUFFERClick to expand / collapse

Bug type

Behavior bug (incorrect output/state without crash)

Beta release blocker

No

Summary

The agent attempted to invoke the exec tool with empty arguments {}, causing validation to fail because the required command property was missing.

Steps to reproduce

  1. start openclaw 5.7
  2. use a agent to generate long context to json (always in subagent)

Expected behavior

When the agent invokes the exec tool, the tool call arguments should include the required command property.

Actual behavior

The agent failed with the following validation error:

Validation failed for tool "exec":

command: must have required properties command

Received arguments: {}

OpenClaw version

2026.5.7 2026.5.7 2026.4.23

Operating system

windows 11

Install method

No response

Model

qwen3.6 27B

Provider / routing chain

openclaw -> custom OpenAI-compatible endpoint -> local vLLM serving Qwen3.6-27B

Additional provider/model setup details

The model is deployed locally with vLLM and exposed through an OpenAI-compatible API endpoint. The endpoint is configured in OpenClaw as a custom provider.

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

When the agent invokes the exec tool, the tool call arguments should include the required command property.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Bug]: exec tool call is invoked with empty arguments, missing required command [2 comments, 2 participants]