MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / clear_pipeline

Function clear_pipeline

backend/app/agents/tools.py:184–189  ·  view source on GitHub ↗

Clear all URLs and reset the pipeline.

()

Source from the content-addressed store, hash-verified

182
183@tool
184def clear_pipeline() -> Dict[str, Any]:
185 """Clear all URLs and reset the pipeline."""
186 return {
187 "success": True,
188 "message": "Pipeline cleared successfully"
189 }
190
191# Tool list for the agent
192SCRAPING_TOOLS = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected