get_scout_setup_instructions
Retrieve official step-by-step instructions to instrument Scout APM for your framework, supporting web, background jobs, and database libraries.
Instructions
Get step-by-step instructions to instrument Scout APM in a framework.
Always use this tool first when asked to setup/instrument/configure
Scout APM in an application. This provides official, tested configuration
instructions that should be followed exactly.
Supported frameworks:
- Web: bottle, dash, django, falcon, fastapi, flask, hug, rails, starlette
- Background Jobs: celery, dramatiq, huey, rq
- Database: sqlalchemy
Args:
framework: The framework or library name (e.g., "fastapi", "django", "celery")
Returns:
Complete setup instructions including installation, configuration, and examples.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| framework | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |