Skip to main content
Glama
Conceptual-Machines

tracktion-engine-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_te_classesC

Search for Tracktion Engine classes by name or description

get_te_class_docsA

Get detailed documentation for a specific Tracktion Engine class

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 2 tools

Disambiguation5/5

Search and get-docs are clearly distinct operations: one discovers classes via query, the other retrieves detailed documentation for a specific class. No overlap or ambiguity.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern with the 'te' prefix (search_te_classes, get_te_class_docs), making the naming uniform and predictable.

Tool Count3/5

Two tools is minimal but defensible for a focused documentation lookup server. It feels slightly thin, but the pair covers the essential search-and-retrieve workflow.

Completeness4/5

The search and get-docs pair forms a complete workflow for browsing class documentation. No critical operations like listing or cross-referencing are obviously required for the stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues