Skip to main content
Glama

gtm_enablement_kit

Destructive

Generate a go-to-market enablement kit by sending a free-text objective and optional JSON inputs. The domain agent executes the action under your tenant and company scope.

Instructions

Run the gtm domain agent action enablement_kit.

Routes through the platform's domain-agent dispatcher under your JWT, tenant, and company scope.

Args: message: Free-text objective for the action. inputs: Optional JSON string of structured inputs for the action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsNo{}
messageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.6/5.0
Behavior3/5

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

Annotations already cover the safety profile (destructiveHint=true, readOnlyHint=false, idempotentHint=false), so the bar is lower. The description adds useful context beyond annotations by disclosing that execution routes through the domain-agent dispatcher under JWT/tenant/company scope. However, it reveals nothing about what side effects or changes occur when the action runs, which matters for a destructive tool. No contradiction with 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 and well-formatted: a one-line action statement, a routing sentence, and a clean Args block. There is no bloat or repetition. The only structural weakness is that the opening sentence restates the tool name without adding meaning, but overall the definition is efficiently sized.

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?

Despite an output schema existing, the description is under-specified for an open-world, destructive, free-text action. It never defines what an enablement kit is, what domain outcomes it drives, or how to structure message/inputs to achieve a goal. An agent faced with a GTM enablement request cannot determine whether to invoke this tool or one of the many sibling GTM tools, nor what to put in the JSON inputs.

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 0%, so the description carries the full burden for parameter meaning. The Args section provides one-line glosses ('Free-text objective,' 'Optional JSON string of structured inputs') that the schema lacks, which is genuinely useful. But it stops short of giving examples of valid structured inputs, expected message phrasing, or any format details for the JSON, leaving the agent to guess what an enablement kit accepts.

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

Purpose2/5

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

The first sentence, 'Run the gtm domain agent action enablement_kit,' essentially restates the tool name and never explains what an enablement kit actually does or produces. The routing detail (dispatcher, JWT/tenant/company scope) describes mechanism, not purpose. Among many gtm_* siblings (gtm_launch_coordination, gtm_go_to_market_plan, gtm_launch_readiness), nothing differentiates what this action accomplishes.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus the many alternatives: gtm_chat, dispatch_domain_agent, gtm_launch_coordination, or the other gtm_* domain actions. There are no exclusions, conditions, or use-case triggers. The description only explains routing and args, leaving the selection decision entirely to the agent.

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

Deploy Server

Other Tools