tidb · Capability
TiDB HTTP API — Regions
TiDB HTTP API — Regions. 5 operations. Lead operation: Get hot regions. Self-contained Naftiko capability covering one Tidb business surface.
What You Can Do
GET
Gethotregions
— Get hot regions
/v1/regions/hot
GET
Listregionsmeta
— List all regions metadata
/v1/regions/meta
GET
Getregionbyid
— Get a region
/v1/regions/{regionid}
GET
Gettableregions
— Get table regions
/v1/tables/{db}/{table}/regions
POST
Scattertableregions
— Scatter table regions
/v1/tables/{db}/{table}/scatter
MCP Tools
get-hot-regions
Get hot regions
read-only
idempotent
list-all-regions-metadata
List all regions metadata
read-only
idempotent
get-region
Get a region
read-only
idempotent
get-table-regions
Get table regions
read-only
idempotent
scatter-table-regions
Scatter table regions