Skip to main content
Glama

yetty_pull_template

Pull a ready-made Yetty template file WITH its usage contract (no account needed, free, instant). Four boilerplates, one per store surface: template:"checkout-skeleton" (cart / checkout / thank-you markup with every data-yetty-component and data-yetty-slot mark), "account-skeleton" (the buyer's /account page in the site's own design), "order-status-skeleton" (the /order/{token} confirmation), "pay-skeleton" (the /pay/{token} frame - the payment element stays hosted and non-removable). Every file carries a commented CONDITIONAL REGIONS section showing the component logic grammar (data-yetty-when / data-yetty-each / data-yetty-state; full grammar in yetty_authoring_guide's logic_and_conditional_components chapter). Restyle freely to match the site; NEVER remove or rename data-yetty-* marks; write NO cart/checkout/account JavaScript of your own (Yetty provides the behavior); send the styled file back with the site files. (Connected Live-plan stores can additionally pull 24 gallery-- LAYOUT skeletons - different page structures over the same contract, auto-adjusted to the site's own colors and fonts.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
templateNotemplate key: checkout-skeleton (default) | account-skeleton | order-status-skeleton | pay-skeleton

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that no account is needed, the operation is free and instant, and the pay-skeleton's payment element is hosted and non-removable. It also warns against removing data-yetty-* marks and writing custom JS, which informs the agent of critical constraints. It does not explicitly state the operation is read-only, but the pull semantics and 'no account needed' clarify it's a safe retrieval.

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 long but well organized: it opens with the core purpose, then lists the four templates with per-template details, then covers usage constraints, and finally the conditional live-plan extension. Each sentence adds distinct information, and the structure is logical. It could be tightened slightly, but it remains efficient for the amount of context it conveys.

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

Completeness5/5

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

For a tool with a single optional parameter, no output schema, and no annotations, the description is remarkably complete. It covers all template choices, explains the conditional regions and the grammar reference, provides explicit do's and don'ts (e.g., 'NEVER remove or rename data-yetty-* marks'), and mentions the live-plan option. An agent has everything needed to select and invoke it correctly.

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

Parameters4/5

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

Schema coverage is 100% with a simple enum of strings, so the baseline is 3. The description adds substantial meaning beyond the schema by explaining what each skeleton contains (e.g., 'checkout-skeleton' includes 'cart / checkout / thank-you markup with every data-yetty-component and data-yetty-slot mark'). This extra detail helps the agent choose the correct parameter value.

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 verb ('Pull') and a clear resource ('a ready-made Yetty template file WITH its usage contract'), and enumerates the four distinct template keys. It distinguishes the tool from siblings like yetty_authoring_guide (which is for grammar) and the batch/auth tools, so an agent can immediately see this is the template-pulling utility.

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?

Provides clear context for when to use the tool, including the template categories and the live-plan extra. It implicitly routes grammar questions to yetty_authoring_guide by mentioning the 'full grammar' is there, and it explicitly states constraints like 'write NO cart/checkout/account JavaScript of your own.' There is no explicit 'do not use this when...' statement, but the alternatives are implied through the sibling references.

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

A4.2/5.0
Disambiguation4/5

Most tools have distinct purposes: batch start/file/end are clearly separated, as are signup, login, and template pulling. However, yetty_claim_status and yetty_login_status both check statuses (of parked upload vs email login) and could be confused without careful reading, though their descriptions clearly differentiate them.

Naming Consistency4/5

All tools share the 'yetty_' prefix and use snake_case, but the pattern varies: some are verb_noun (batch_start, batch_file, pull_template), others are noun (status, claim_status, authoring_guide). While readable and consistent in prefix, the lack of a uniform verb_noun structure is a minor deviation.

Tool Count5/5

10 tools is well within the ideal 3-15 range. Each tool corresponds to a necessary step in the workflow (parking files, approving, authenticating, pulling templates, and checking status), with no redundant or superfluous additions.

Completeness4/5

The tool set covers the full lifecycle from parking a batch to owner approval and post-authentication access, plus template retrieval. The main gap is lack of explicit cancellation or resend-email tools, but the flow seems self-consistent and agents can likely work around minor omissions.