Skip to main content
Glama

playground_command_suggest

Get command suggestions and completions for Kafka Docker Playground CLI operations based on partial input and context.

Instructions

Get command suggestions and completions for the Kafka Docker Playground CLI

Input Schema

NameRequiredDescriptionDefault
contextNoAdditional context about what you're trying to do
partial_commandYesPartial playground command to complete

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Additional context about what you're trying to do", "type": "string" }, "partial_command": { "description": "Partial playground command to complete", "type": "string" } }, "required": [ "partial_command" ], "type": "object" }

Latest Blog Posts

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/vdesabou/kafka-docker-playground-mcp-server'

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