TiKV · Capability
TiKV Cluster Operations
Workflow capability for operating and monitoring TiKV distributed clusters. Uses the TiKV HTTP management API to inspect node health, retrieve configuration, collect metrics, and examine Raft region distribution. Designed for database administrators, platform engineers, and SRE teams.
What You Can Do
GET
Get status
— Get TiKV node status
/v1/nodes/status
GET
Get metrics
— Get Prometheus metrics from a TiKV node
/v1/nodes/metrics
GET
Get config
— Get TiKV node runtime configuration
/v1/nodes/config
POST
Update config
— Update TiKV node runtime configuration
/v1/nodes/config
GET
Get all regions meta
— Get metadata for all Raft regions
/v1/regions
MCP Tools
get-node-status
Check TiKV node health status and version
read-only
idempotent
get-node-metrics
Retrieve Prometheus metrics from a TiKV node for performance analysis
read-only
idempotent
get-node-config
Retrieve the runtime configuration of a TiKV node
read-only
idempotent
update-node-config
Update TiKV node runtime configuration online
idempotent
get-raft-regions
Inspect Raft region distribution and metadata across the TiKV node
read-only
idempotent
APIs Used
tikv-http