Skip to main content
Glama
TetreesEX

Tetrees AI

Official
by TetreesEX

Publish an Agent AVCP-passing pack

publish_ai_pack

Publish the exact current version of an AI pack after mandatory Agent AVCP gates pass, and ensure paid packs complete Stripe Connect before checkout.

Instructions

Publish the exact current version after every mandatory Agent AVCP gate passes. Paid packs additionally need Stripe Connect before checkout.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productIdYesTetrees AI Pack product id
confirmationYes

Schema Changelog

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

  1. First observedv2.2.1

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the disclosure burden. It usefully reveals that it publishes the exact current version, that AVCP gates must pass first, and that paid packs need Stripe Connect. However, it omits side effects, permissions, reversibility/publish-finality, and any response/error behavior.

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 compact, front-loaded sentences with no filler. The main condition appears first and the paid-pack exception is added only where relevant.

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?

The tool is simple (two flat parameters, no output schema), so the gating and Stripe notes cover much of the needed context. But the confirmation parameter is left unexplained and there is no statement of what a successful publish returns or changes, leaving the definition adequate but incomplete.

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 coverage is only 50%: productId gets a minimal repeated description and confirmation is documented only by its const value. The description adds no parameter-level meaning such as why the confirmation constant is required or how productId identifies the pack.

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

Purpose5/5

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

States a specific action ('Publish the exact current version') on a defined resource (an Agent AVCP-passing pack), with the gate condition included. This clearly separates it from sibling tools such as upload_ai_pack, submit_ai_pack_for_audition, and update_ai_pack_draft.

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

Usage Guidelines4/5

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

Gives an explicit precondition: invoke only after every mandatory Agent AVCP gate passes, and for paid packs ensure Stripe Connect is set up before checkout. It does not name alternatives or list when-not-to-use cases, but the context is clear enough for selection.

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