Skip to main content
Glama

Tetrees AI

Run a Tetrees AI Pack

run_ai_pack

Run a Tetrees AI Pack. Before acquisition, Points fund a stateless base preview. Ownership unlocks BYOK, saved growth and download; local files remain request-scoped.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYes
promptYes
productIdYesTetrees AI Pack product id
fundingModeNopoints
enabledSkillsNoHosted optional skills declared by this Pack, such as web_search
growthVersionNoHosted intelligence checkpoint. Omit to use the selected default; 0 ignores all hosted growth.
maxInputTokensNo
attachmentPathsNoExplicit local TXT, Markdown, CSV, TSV, JSON, YAML, XML, PDF, or DOCX paths. Files are sent for this run only.
maxOutputTokensNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds meaningful transparency beyond the annotations: it notes that pre-acquisition runs are stateless previews funded by Points, that local files remain request-scoped, and that ownership unlocks BYOK/saved growth. This clarifies side effects and data handling without contradicting the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact—two sentences—and front-loads the core action. It avoids unnecessary detail, though phrases like 'Points fund a stateless base preview' are slightly dense and could be clearer.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 9 parameters, no output schema, and a complex domain (AI Pack execution, growth, BYOK, local files), the description omits critical operational context such as expected return values, error behavior, cost model details, and how parameters interact. It is too sparse for a tool of this complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 44% (4 of 9 parameters have individual descriptions), and the tool description does not compensate by explaining model, prompt, maxInputTokens, or maxOutputTokens. It touches fundingMode, growthVersion, and attachmentPaths indirectly, but many parameters remain underspecified.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action ('Run') and object ('Tetrees AI Pack'), and the title reinforces this. It distinguishes from the sibling 'run_ai_pack_audition' by focusing on actual execution, though it does not explicitly contrast the two.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage contexts through 'Before acquisition... preview' and 'Ownership unlocks...' but does not explicitly name alternative tools like run_ai_pack_audition or quote_agent_run. It gives some situational guidance but leaves the decision boundary to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.1/5.0
Disambiguation4/5

Most tools are clearly distinct by action and resource, though several clusters (accept/propose/select/list growth, prepare/execute/run) require careful reading of descriptions to avoid confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern, with clear action prefixes and descriptive resource nouns.

Tool Count2/5

With 26 tools, the set exceeds the recommended range and feels heavy, even though the domain covers publishing, runtime, growth, and reporting workflows.

Completeness4/5

The toolkit covers the main AI pack lifecycle—authoring, publishing, acquisition, running, searching, and reporting—but lacks explicit delete/revoke operations for drafts or entitlements.

Resources