Why can't I run a template through MCP?
Why can't I run a template through MCP?
Only templates that support cloud execution can be run through the MCP server. If a template is local-only, it must be run from the Octoparse desktop client instead.
Why did `execute_task` return no data?
Why did `execute_task` return no data?
This usually means the run did not produce records, did not complete successfully, or the selected template could not return results in that request.If the task did run, check it in your task list and use
export_data if you need the full result set.What should I use first: `search_templates` or `execute_task`?
What should I use first: `search_templates` or `execute_task`?
Start with
search_templates when you do not know the exact template to use. If you already know the right template, you can go straight to execute_task.When should I use `execute_task` vs `start_or_stop_task`?
When should I use `execute_task` vs `start_or_stop_task`?
Use
execute_task when you want an end-to-end run in one step.Use start_or_stop_task when you want to manually control an existing task, such as starting a task you already created or stopping a running task.Can I run local-only templates through the MCP server?
Can I run local-only templates through the MCP server?
No. The MCP server only supports templates that can run in the cloud. Local-only templates must be run in the Octoparse desktop client.
Why do I get a rate limit or timeout error?
Why do I get a rate limit or timeout error?
The MCP server applies request limits to protect service stability. Timeouts can also happen when a request takes too long to complete.Wait briefly and try again. If the issue continues, reduce repeated requests and check whether the task can be completed and exported separately.
How do I export results from an existing completed task?
How do I export results from an existing completed task?
First locate the task in your existing task list, then use
export_data to retrieve the collected results. Export is only available after task data is ready.Why did OAuth succeed but the tools still don't appear?
Why did OAuth succeed but the tools still don't appear?
This usually means the client has not finished refreshing the connection or the integration was not loaded correctly after authorization.Reopen the client, reconnect the Octoparse MCP server, and try again.