MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / delete_data

Route delete_data

src/environment/database_environment.py:None–None  ·  view source on GitHub ↗
ecp.action(name="delete_data",
                description="Delete data from a table.")

Source from the content-addressed store, hash-verified

1"""Database Environment for AgentWorld - provides database operations as an environment."""
2
3import os
4from typing import Any, Dict, List, Union, Optional, Type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected