Skip to main content
Glama

container_logs

Retrieve container logs to monitor application output and troubleshoot issues. Specify container name/ID and optionally set the number of log lines to display from the end.

Instructions

Get logs from a container.

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "container": { "description": "Container name or ID", "title": "Container", "type": "string" }, "tail": { "default": 100, "description": "Number of lines to show from end of log", "title": "Tail", "type": "integer" } }, "required": [ "container" ], "type": "object" }

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/kunwarmahen/podman-mcp-server'

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