Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_workspaces | Get workspaces from a specified account. |
get_projects | Get projects from a specified workspace. |
get_test_runs | Get test runs (masters) for a specified test. |
get_test_run_summary | Get the summary report for a specified test run (master). |
get_test_run_aggregate_data | Get the aggregate report data for a specified test run (master). |
get_test_run_errors_data | Get the errors report data for a specified test run (master). |
get_test_run_thresholds | Get the thresholds report for a specified test run (master). |
get_test_run_timeline_kpis | Get the timeline KPIs report for a specified test run (master). |