tidb · Capability
TiDB HTTP API — Schema
TiDB HTTP API — Schema. 4 operations. Lead operation: Get table info by table ID. Self-contained Naftiko capability covering one Tidb business surface.
What You Can Do
GET
Gettablebyid
— Get table info by table ID
/v1/db-table/{tableid}
GET
Getallschemas
— Get all database schemas
/v1/schema
GET
Getdatabaseschema
— Get database schema
/v1/schema/{db}
GET
Gettableschema
— Get table schema
/v1/schema/{db}/{table}
MCP Tools
get-table-info-table-id
Get table info by table ID
read-only
idempotent
get-all-database-schemas
Get all database schemas
read-only
idempotent
get-database-schema
Get database schema
read-only
idempotent
get-table-schema
Get table schema
read-only
idempotent