Skip to main content
Glama

chieflab_record_manual_publish

USE WHEN the user has manually posted to a channel returned by chieflab_use_manual_fallback (Product Hunt / HN / Reddit / Discord / etc.) and wants to feed the live URL back to ChiefLab so the closed loop continues. Records the URL on the original publishAction (status flips from 'approved' to 'executed' with metadata.executedManually=true + metadata.publishedUrl), persists a proof_asset to the P9 company brain, and queues 24-hour metrics readback via chiefmo_post_launch_review. Without this tool, manually-posted channels are lost to ChiefLab's measurement loop.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNoOptional. Any context on how the post performed in the first hour (early upvotes, top comment, reactions). Persists into the P9 brain.
actionIdYesThe publishAction.id that the user manually published (from chieflab_use_manual_fallback). Required.
publishedAtNoOptional ISO 8601 timestamp. Defaults to now.
workspaceIdNoOptional workspace id.
publishedUrlYesThe live URL of the manual post (e.g. producthunt.com/posts/<slug>, news.ycombinator.com/item?id=<id>, reddit.com/r/SaaS/comments/<id>).

TDQS

A4.6/5.0
Behavior5/5

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

No annotations are provided, so the description carries full responsibility. It discloses concrete side effects: status flips from 'approved' to 'executed', metadata fields set, proof_asset persistence to P9 brain, and queueing of chiefmo_post_launch_review. It also warns about the outcome of non-use. This is exceptionally transparent for a tool with no structured safety hints.

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?

The description is a single, well-structured paragraph that front-loads the trigger with 'USE WHEN'. Every sentence contributes: condition, action, effects, consequence. It avoids redundancy with the schema and is free of fluff.

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?

The description covers trigger, workflow, side effects, and downstream actions. However, it does not describe the return value or any failure modes, which would be useful given there is no output schema. Still, it provides enough context for an agent to decide correctly and invoke the tool with confidence.

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 100%, so the baseline is 3. The description adds workflow context but does not add per-parameter meaning beyond what the schema already provides. For example, actionId is described in schema as being from chieflab_use_manual_fallback, and notes persistence is already implied by schema. No significant extra parameter-level insight is offered.

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 function with specific verbs: 'Records the URL on the original publishAction', 'persists a proof_asset', and 'queues 24-hour metrics readback'. It distinguishes from sibling tools by explicitly referencing chieflab_use_manual_fallback and warning that without it, manually-posted channels are lost to the measurement loop.

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

Usage Guidelines5/5

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

Opens with 'USE WHEN' and precisely defines the trigger: after the user has manually posted to a channel returned by chieflab_use_manual_fallback. It also explains the consequence of not using the tool, providing implicit when-not-to-use. The workflow context (feeding URL back) is clear and differentiates from alternatives.

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.8/5.0
Disambiguation2/5

Many tools have overlapping purposes (e.g., multiple launch and measurement tools), and the presence of aliases like chiefmo_* can confuse an agent. While descriptions are detailed, the sheer number of tools covering similar workflow steps makes it hard to distinguish the right one without careful reading.

Naming Consistency4/5

All public tools start with 'chieflab_' and mostly follow a verb_noun pattern (e.g., chieflab_approve_action, chieflab_set_company_profile). However, some internal names like 'chiefmo_*' appear as aliases, which slightly breaks consistency from the user's perspective.

Tool Count1/5

45 tools is excessive for a single MCP server. While the domain is broad, this many tools likely overwhelms agents and users. Most well-scoped servers have 3-15 tools; 45 indicates poor scoping and should be split into focused sub-servers.

Completeness5/5

The tool surface is extremely comprehensive, covering the full lifecycle from signup and installation to launch, approval, execution, measurement, next-move suggestions, manual fallback, and specialist delegation. No obvious gaps for the stated purpose of growth and distribution.

Resources