Loading...
CreateTableCreates a new table in Tablestore.
Modifies the database schema.
PutRowInserts a new row into a Tablestore table.
Adds data to the database.
GetRowRetrieves a row from a Tablestore table.
Read-only operation.
DeleteTableDeletes a table from Tablestore.
Destructive operation that can lead to data loss.
The Tablestore MCP server offers useful functionalities but requires careful configuration to mitigate risks associated with write operations. It's relatively safe for read-only operations and experimentation, but risky if used without proper access controls and security measures.