Skip to main content
Glama
TetreesEX

Tetrees AI

Official
by TetreesEX

Execute an auditioned client-owned extension

execute_client_extension

Execute a method from an owned Pack through a configured API, nested MCP server, or local skill process, with credentials kept local. Write methods require exact one-call confirmation.

Instructions

Execute one method from an owned Pack through a user-configured HTTPS API, nested MCP server, or isolated local-skill child process. Configuration and credentials stay in the local MCP process. Write methods require an exact one-call confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodIdYes
argumentsNo
productIdYesTetrees AI Pack product id
extensionIdYes
writeConfirmationNoFor a write, use exactly: APPROVE extensionId.methodId

Schema Changelog

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

  1. First observedv2.2.1

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the full transparency burden and does disclose meaningful behavior: configuration and credentials stay local, and write methods require an exact one-call confirmation. It does not cover response behavior or failure modes, but the highest-risk aspects are communicated.

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

Conciseness5/5

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

Two sentences, front-loaded with the action and resource, followed by security and confirmation constraints. Every sentence adds value and there is no redundant or filler content.

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

Completeness3/5

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

For a tool with no annotations, low parameter coverage, and no output schema, the description provides a solid starting point but omits return value semantics, error/confirmation failure behavior, and how the three execution channels are chosen or configured. It is adequate but leaves several gaps for the agent to resolve.

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

Parameters3/5

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

Schema description coverage is only 40%, so the description needed to compensate for methodId, extensionId, and arguments. It partially does by connecting 'one method from an owned Pack' to the ID parameters, and it reinforces writeConfirmation behavior, but it does not explain the shape or role of arguments or how the execution channel is selected.

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 states a concrete action ('Execute one method from an owned Pack') and names three specific execution channels, making its purpose clear and distinct from broad pack-management tools. It does not explicitly contrast with run_ai_pack or run_ai_pack_audition, but the 'owned Pack' and 'client extension' scope provide enough differentiation.

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 when the user owns an auditioned Pack and wants to invoke one method through a configured execution environment. It also notes the write-confirmation precondition, but it does not explicitly state when to prefer this tool over alternatives or when not to use it.

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

Latest Blog Posts

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/TetreesEX/TetreesAgent_EX'

If you have feedback or need assistance with the MCP directory API, please join our Discord server