Class: ScoutApmMcp::Server::ListJobTracesTool

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

Instance Method Summary collapse

Instance Method Details

#call(app_id:, job_id:, range: nil, from: nil, to: nil) ⇒ Object



284
285
286
# File 'lib/scout_apm_mcp/server/tools/standard_tools.rb', line 284

def call(app_id:, job_id:, range: nil, from: nil, to: nil)
  get_client.list_job_traces(app_id, job_id, from: from, to: to, range: range)
end