Skip to main content
Glama

Vultr MCP

by rsp2k

create_kafka_topic

Create a Kafka topic with configurable partitions, replication, and retention settings for Vultr-managed Kafka databases.

Instructions

Create a Kafka topic (Kafka databases only).

Args: database_id: The Kafka database ID or label name: Topic name partitions: Number of partitions replication: Replication factor retention_hours: Retention time in hours retention_bytes: Retention size in bytes

Returns: Created topic information

Input Schema

NameRequiredDescriptionDefault
database_idYes
nameYes
partitionsNo
replicationNo
retention_bytesNo
retention_hoursNo

Input Schema (JSON Schema)

{ "properties": { "database_id": { "title": "Database Id", "type": "string" }, "name": { "title": "Name", "type": "string" }, "partitions": { "default": 3, "title": "Partitions", "type": "integer" }, "replication": { "default": 2, "title": "Replication", "type": "integer" }, "retention_bytes": { "default": 1073741824, "title": "Retention Bytes", "type": "integer" }, "retention_hours": { "default": 168, "title": "Retention Hours", "type": "integer" } }, "required": [ "database_id", "name" ], "type": "object" }

Other Tools from Vultr MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/rsp2k/mcp-vultr'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server