get_table_documentation
Retrieve detailed documentation for a specific database table, enabling AI assistants and users to access schema and metadata information efficiently on the SP Database MCP Server.
Instructions
获取表的详细文档说明
Input Schema
Name | Required | Description | Default |
---|---|---|---|
table_name | Yes | 表名 |
Input Schema (JSON Schema)
{
"properties": {
"table_name": {
"description": "表名",
"type": "string"
}
},
"required": [
"table_name"
],
"type": "object"
}