Class: ScoutApmMcp::Server::GetAllInsightsTool

Inherits:
BaseTool
  • Object
show all
Defined in:
lib/scout_apm_mcp/server/tools/standard_tools.rb

Overview

Insights Tools

Instance Method Summary collapse

Instance Method Details

#call(app_id:, limit: nil) ⇒ Object



415
416
417
# File 'lib/scout_apm_mcp/server/tools/standard_tools.rb', line 415

def call(app_id:, limit: nil)
  get_client.get_all_insights(app_id, limit: limit)
end