ChatGPT MCP Server

by Toowiredd
Verified

container_logs

Get container logs

Input Schema

NameRequiredDescriptionDefault
containerYesContainer ID or name
tailNoNumber of lines to show from the end

Input Schema (JSON Schema)

{ "properties": { "container": { "description": "Container ID or name", "type": "string" }, "tail": { "description": "Number of lines to show from the end", "type": "number" } }, "required": [ "container" ], "type": "object" }