{
	"id": "planner-no-credential-ask",
	"userMessage": "Build a workflow that lets customers request a meeting time in natural language, parses the preferred time with OpenAI, creates a Google Calendar event, and sends a Gmail confirmation email.",
	"expectedToolInvocations": {
		"anyOf": ["plan", "spawn_sub_agent:planner"],
		"noneOfToolCalls": [
			{
				"toolName": "ask-user",
				"argsContainAny": ["credential", "credentials", "account", "auth", "api key", "token"]
			},
			{
				"toolName": "ask-user",
				"argsContainAny": ["timezone", "time zone"]
			}
		]
	},
	"rationale": "Regression coverage for INS-204. A fresh workflow plan may use credentials(action=\"list\") for discovery, but planning must not ask the user which credential/account to use when the builder can auto-select or mock unresolved credentials. The planner should also use contextual timezone data rather than asking for it."
}
