list-tables
Retrieve and display a list of all tables within the current database on MSSQL MCP Server, simplifying database navigation and management.
Instructions
列出目前資料庫中的所有資料表
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}