You're viewing a demo portfolio

Join the waitlist
PRSM

get-logs

Active

Tool of io.sota/mcp

declared in 1.4.0-pre

Get build and runtime logs for a deployment. If no deployment_id is provided, returns logs for the latest deployment. Use this after calling deploy to monitor build progress and diagnose failures. Logs include: framework detection output, dependency installation, build steps, container startup, and health check results. If a deployment fails, check the logs for error details — common issues include missing dependencies, build errors, or the app not listening on the correct PORT (check the PORT env var — 8080 for auto-detected frameworks, or the EXPOSE value from Dockerfile).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "project_id"
  ],
  "properties": {
    "project_id": {
      "type": "string",
      "description": "Project ID (UUID) to get logs for"
    },
    "deployment_id": {
      "type": "string",
      "description": "Specific deployment ID (optional, defaults to latest). Use get-status to see recent deployment IDs"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.sota/mcp

https://github.com/sota-deploy/mcp-server

2/7 registries
View full server →
get-logs — io.sota/mcp — PRSM MCP