Skip to main content
Glama

Scout Monitoring MCP

Official
by scoutapp

get_app_endpoints

Retrieve all application endpoints with aggregated performance metrics within a specified time window to identify high throughput, latency, or error rate endpoints.

Instructions

Get all endpoints for a specific application. Also gets aggregated performance metrics withing the window of "from_" to "to". Useful for identifying high throughput, high latency or high error rate endpoints accross the application with a single call. These endpoints can be used in other tools to fetch endpoint-specific metrics, traces or errors. Args: app_id (int): The ID of the Scout APM application. from_ (str): The start datetime in ISO 8601 format. to (str): The end datetime in ISO 8601 format.

Input Schema

NameRequiredDescriptionDefault
app_idYes
from_Yes
toYes

Input Schema (JSON Schema)

{ "properties": { "app_id": { "title": "App Id", "type": "integer" }, "from_": { "title": "From", "type": "string" }, "to": { "title": "To", "type": "string" } }, "required": [ "app_id", "from_", "to" ], "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