Etcd · Capability
etcd HTTP Gateway API — KV
etcd HTTP Gateway API — KV. 5 operations. Lead operation: Etcd Compact the event history. Self-contained Naftiko capability covering one Etcd business surface.
What You Can Do
POST
Kvcompact
— Etcd Compact the event history
/v1/kv/compaction
POST
Kvdeleterange
— Etcd Delete a range of key-value pairs
/v1/kv/deleterange
POST
Kvput
— Etcd Put a key-value pair
/v1/kv/put
POST
Kvrange
— Etcd Get a range of key-value pairs
/v1/kv/range
POST
Kvtxn
— Etcd Execute a transaction
/v1/kv/txn
MCP Tools
etcd-compact-event-history
Etcd Compact the event history
etcd-delete-range-key-value
Etcd Delete a range of key-value pairs
etcd-put-key-value-pair
Etcd Put a key-value pair
etcd-get-range-key-value
Etcd Get a range of key-value pairs
read-only
etcd-execute-transaction
Etcd Execute a transaction