Skip to main content
Glama

SP Database MCP Server

by JJVvV

get_table_info

Extract detailed table structure information, including field definitions, types, and comments, from the SP Database MCP Server. Supports low-code system schema queries and traditional metadata queries for comprehensive insights.

Instructions

获取指定数据库表的结构信息,包括字段定义、类型、注释等。支持两种查询方式:1) 低代码系统schema查询(通过da_logic_entity和da_entity_attribute表);2) 传统数据库元数据查询。优先使用低代码系统方式获取更详细的字段信息。

Input Schema

NameRequiredDescriptionDefault
sourceNo数据源类型:database(直连数据库)、api(通过API)、auto(自动选择)auto
table_nameYes要查询的表名

Input Schema (JSON Schema)

{ "properties": { "source": { "default": "auto", "description": "数据源类型:database(直连数据库)、api(通过API)、auto(自动选择)", "enum": [ "database", "api", "auto" ], "type": "string" }, "table_name": { "description": "要查询的表名", "type": "string" } }, "required": [ "table_name" ], "type": "object" }
Install Server

Other Tools from SP Database MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/JJVvV/sp-enterprise-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server