Skip to main content
Glama

Scout Monitoring MCP

Official
by scoutapp

get_app_trace

Retrieve detailed application performance traces with all spans to analyze and debug performance issues like slow endpoints and N+1 queries.

Instructions

Get an individual trace with all spans. Args: app_id (int): The ID of the Scout APM application. trace_id (int): The ID of the trace to retrieve.

Input Schema

NameRequiredDescriptionDefault
app_idYes
trace_idYes

Input Schema (JSON Schema)

{ "properties": { "app_id": { "title": "App Id", "type": "integer" }, "trace_id": { "title": "Trace Id", "type": "integer" } }, "required": [ "app_id", "trace_id" ], "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/scoutapp/scout-mcp-local'

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