Skip to main content
Glama

chieflab_post_launch_review

[chieflab_* alias of chiefmo_post_launch_review] USE WHEN ≥24h has passed since chiefmo_publish_approved_post fired and the user asks 'how did the launch perform?', 'what worked?', 'metrics from my launch'. Closes the loop: pulls 24h+ engagement (likes / comments / views / shares / follower delta) for posts in the launch run + recommends next iteration (rewrite, refresh creative, double down, pause). Returns per-account analytics + top posts + best-time-to-post + a structured next-move recommendation brief.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
runIdYesThe launchId returned by chiefmo_launch_product. Used to scope analytics to posts from that launch.
accountIdsNoOptional. Specific Zernio accountIds to pull analytics for. Defaults to all accounts that posted in this launch.
outputModeNo"context" (default): returns metrics + a brief your LLM renders into the customer-facing recommendation. "full": ChiefLab generates the recommendation server-side.
lookbackDaysNoHow many days of history to consider (default 7, max 90).

TDQS

A4.3/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool pulls engagement metrics (likes/comments/views/shares/follower delta) for posts in the launch run and returns per-account analytics, top posts, best-time-to-post, and a structured next-move recommendation. This provides good insight into its behavior, though it doesn't mention authorization or rate limits.

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 a single paragraph that front-loads the alias and use condition. It is informative and contains no fluff, but could be slightly more structured (e.g., breaking into when/inputs/outputs). However, it remains concise and effective for an AI agent.

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

Completeness4/5

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

With 4 parameters and no output schema, the description explains the return values (per-account analytics, top posts, best-time-to-post, next-move recommendation) and covers inputs and usage context. It is complete enough for an agent to understand what the tool produces and how to invoke it properly.

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 description coverage is 100% for all 4 parameters, each with adequate descriptions. The tool description adds value by explaining that runId comes from chiefmo_launch_product, accountIds defaults to all accounts in the launch, outputMode has two choices with default behavior, and lookbackDays defaults to 7 with max 90. This contextualizes the parameters beyond the schema.

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?

The description clearly states the tool's purpose: it performs a post-launch review by pulling 24h+ engagement metrics and recommending next steps. It distinguishes itself by specifying when to use (≥24h after chiefmo_publish_approved_post) and what it returns (analytics + recommendation). This aligns with a specific verb+resource: 'post_launch_review' and sets it apart from sibling tools like chieflab_suggest_next_move.

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?

The description explicitly states when to use the tool: 'USE WHEN ≥24h has passed since chiefmo_publish_approved_post fired and the user asks...' This provides clear usage context. It does not explicitly mention when not to use or alternatives, but the condition '≥24h' implies it should not be used earlier. This is sufficient for guidance.

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

A3.7/5.0
Disambiguation4/5

Most tools have distinct purposes, e.g., approve_action vs execute_approved_action vs publish_approved_post. However, alias overloading (e.g., chieflab_launch_product and chieflab_get_users_after_build pointing to the same handler) introduces some ambiguity. The detailed descriptions mostly mitigate confusion, but an agent might still struggle to choose between near-identical aliases.

Naming Consistency4/5

Tools predominantly follow a 'chieflab_verb_noun' pattern (e.g., chieflab_approve_action, chieflab_connect_provider). A few exceptions exist (chieflab_help, chieflab_inbox, chieflab_boot) that are single nouns, but these are clearly distinct and the overall consistency is high.

Tool Count3/5

32 tools is on the high side for an MCP server, but the domain of a growth/marketing launch platform naturally requires many operations (launch, approve, execute, measure, iterate, connect providers, etc.). The count is borderline but still manageable; it doesn't reach the 50+ extreme.

Completeness4/5

The tool set covers the full launch lifecycle: create, approve, execute, measure, and iterate. It includes provider connections, manual fallback, brain summary, and work requests. Minor gaps exist (e.g., no explicit tool for deleting a launch or revoking approval), but core workflows are fully supported.

Resources