Tusk Drift MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TUSK_API_KEY | Yes | Your API token | |
| TUSK_DRIFT_API_URL | No | Tusk API URL (defaults to https://api.usetusk.ai) | https://api.usetusk.ai |
| TUSK_DRIFT_SERVICE_ID | No | Service ID (auto-discovered from .tusk/config.yaml if not set) |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query_spansA | Search and filter API traffic span recordings. Use this tool to:
Examples:
|
| get_schemaA | Get schema and structure information for span recordings on Tusk Drift. Use this tool to:
Common package names:
|
| list_distinct_valuesA | List unique values for a field, ordered by frequency. Use this tool to:
This helps you understand what values exist before building specific queries. |
| aggregate_spansA | Calculate aggregated metrics and statistics across spans. Use this tool to:
Examples:
|
| get_traceA | Get all spans in a distributed trace as a hierarchical tree. Use this tool to:
First use query_spans to find spans, then use the traceId to get the full trace. |
| get_spans_by_idsA | Fetch specific span recordings by their IDs. Use this tool when you have span IDs from a previous query and need the full details including payloads. This is useful for:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| services | List of available Tusk Drift services that can be queried |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Use-Tusk/drift-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server