Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRACKINGS_API_KEY | Yes | Your trackings.ai API key | |
| TRACKINGS_API_URL | Yes | Your Convex deployment URL for trackings.ai (e.g., https://your-convex-deployment.convex.site) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_projects | List all projects in Trackings |
| list_scans | List scans for a project |
| list_scan_runs | List scan runs by project or scan |
| get_scan_run | Get details for a scan run |
| get_scan_results | Get consolidated keyword results for a scan run |
| get_credits | Get current credit balance and subscription info |
| create_scan | Create a scan configuration |
| trigger_scan_run | Trigger a scan run for an existing scan configuration |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |