Skip to main content
Glama
peterw

Trackings MCP Server

by peterw

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRACKINGS_API_KEYYesYour trackings.ai API key
TRACKINGS_API_URLYesYour Convex deployment URL for trackings.ai (e.g., https://your-convex-deployment.convex.site)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_projectsB

List all projects in Trackings

list_scansC

List scans for a project

list_scan_runsC

List scan runs by project or scan

get_scan_runC

Get details for a scan run

get_scan_resultsC

Get consolidated keyword results for a scan run

get_creditsB

Get current credit balance and subscription info

create_scanC

Create a scan configuration

trigger_scan_runC

Trigger a scan run for an existing scan configuration

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 8 tools

Disambiguation5/5

Every tool has a clearly distinct purpose targeting specific resources and actions in the tracking/scanning domain. For example, create_scan configures scans, trigger_scan_run executes them, get_scan_results retrieves keyword data, and get_scan_run fetches run details—no overlap or ambiguity exists.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case, such as create_scan, get_credits, list_projects, and trigger_scan_run. This uniformity makes the toolset predictable and easy for agents to navigate without confusion.

Tool Count5/5

With 8 tools, the server is well-scoped for managing scans, projects, and runs in a tracking system. Each tool earns its place by covering distinct operations like creation, listing, triggering, and retrieval, avoiding bloat or thin coverage.

Completeness4/5

The toolset provides strong CRUD/lifecycle coverage for scans and projects, including create, list, get, and trigger operations. A minor gap exists in update/delete functionality for scans or projects, but agents can work around this for core workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues