YugabyteDB · Capability
YugabyteDB Anywhere APIs — Table management
YugabyteDB Anywhere APIs — Table management. 10 operations. Lead operation: YugabyteDB Anywhere Get a List of All Namespaces in the Specified Universe.. Self-contained Naftiko capability covering one Yugabytedb business surface.
What You Can Do
GET
Getallnamespaces
— YugabyteDB Anywhere Get a List of All Namespaces in the Specified Universe.
/v1/api/v1/customers/{cuuid}/universes/{uniuuid}/namespaces
GET
Getalltables
— YugabyteDB Anywhere Get a List of All Tables in the Specified Universe
/v1/api/v1/customers/{cuuid}/universes/{uniuuid}/tables
POST
Createtable
— YugabyteDB Anywhere Create a YugabyteDB Table
/v1/api/v1/customers/{cuuid}/universes/{uniuuid}/tables
DELETE
Droptable
— YugabyteDB Anywhere Drop a YugabyteDB Table
/v1/api/v1/customers/{cuuid}/universes/{uniuuid}/tables/{tableuuid}
GET
Describetable
— YugabyteDB Anywhere Describe a Table
/v1/api/v1/customers/{cuuid}/universes/{uniuuid}/tables/{tableuuid}
PUT
Altertable
— YugabyteDB Anywhere Alter a YugabyteDB Table
/v1/api/v1/customers/{cuuid}/universes/{uniuuid}/tables/{tableuuid}
PUT
Bulkimportdata
— YugabyteDB Anywhere Bulk Import Data
/v1/api/v1/customers/{cuuid}/universes/{uniuuid}/tables/{tableuuid}/bulk-import
GET
Getalltablespaces
— YugabyteDB Anywhere Get a List of All Tablespaces of a Given Universe.
/v1/api/v1/customers/{cuuid}/universes/{uniuuid}/tablespaces
POST
Createtablespaces
— YugabyteDB Anywhere Create TableSpaces
/v1/api/v1/customers/{cuuid}/universes/{uniuuid}/tablespaces
GET
Getyqldatatypes
— YugabyteDB Anywhere List Column Types
/v1/api/v1/metadata/yql-data-types
MCP Tools
yugabytedb-anywhere-get-list-all
YugabyteDB Anywhere Get a List of All Namespaces in the Specified Universe.
read-only
idempotent
yugabytedb-anywhere-get-list-all-2
YugabyteDB Anywhere Get a List of All Tables in the Specified Universe
read-only
idempotent
yugabytedb-anywhere-create-yugabytedb-table
YugabyteDB Anywhere Create a YugabyteDB Table
yugabytedb-anywhere-drop-yugabytedb-table
YugabyteDB Anywhere Drop a YugabyteDB Table
idempotent
yugabytedb-anywhere-describe-table
YugabyteDB Anywhere Describe a Table
read-only
idempotent
yugabytedb-anywhere-alter-yugabytedb-table
YugabyteDB Anywhere Alter a YugabyteDB Table
idempotent
yugabytedb-anywhere-bulk-import-data
YugabyteDB Anywhere Bulk Import Data
idempotent
yugabytedb-anywhere-get-list-all-3
YugabyteDB Anywhere Get a List of All Tablespaces of a Given Universe.
read-only
idempotent
yugabytedb-anywhere-create-tablespaces
YugabyteDB Anywhere Create TableSpaces
yugabytedb-anywhere-list-column-types
YugabyteDB Anywhere List Column Types
read-only
idempotent