Skip to main content
Glama

StackFast FractWin Expert Brain

Run CogentCast Production Stage

cogentcast_production_run
Read-onlyIdempotent

Request one leased production stage. The zero-cost Gemini reconciliation stage requires exact dispatch, task, job, source, and Chief Editor receipt binding and cannot mint verification. Cost-bearing canary/full-chunk stages require exact prior Chief Editor, Gemini, and human receipts; provider ambiguity blocks paid retry. This tool cannot record human approval or publish. Audiobook Production v1 reuses this five-tool surface: content_type=audiobook_production registers exact manuscript/script/SSML plus provenance, pronunciation, visual/companion, and deterministic-build receipts at zero cost; production.status returns the current derivative and Chief Editor/Gemini/ear/paid/publication gates. Paid canary, full generation, and publication are distinct receipt-gated stages. Uses the existing CogentCast production service; it does not bypass Studio, mint Chief Editor/Robert approval, substitute model output for human authority, publish publicly, or expose credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stageYes
chunk_idNo
package_idYes
segment_idNo
dispatch_idNo
sample_scopeNo
idempotency_keyYes
manifest_sha256No
verifier_job_idNo
verification_task_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
errorNo
resultNo
gateway_receiptYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • addedInput schema / properties / dispatch_id
      Added value: +{
      +  "type": "string"
      +}
    • addedInput schema / properties / verification_task_id
      Added value: +{
      +  "type": "string"
      +}
    • addedInput schema / properties / verifier_job_id
      Added value: +{
      +  "type": "string"
      +}
  2. Changed2 schema fields changed
    • addedInput schema / properties / chunk_id
      Added value: +{
      +  "type": "string"
      +}
    • addedInput schema / properties / manifest_sha256
      Added value: +{
      +  "type": "string"
      +}
  3. Changed2 schema fields changed
    • addedInput schema / properties / sample_scope
      Added value: +{
      +  "type": "string"
      +}
    • addedInput schema / properties / segment_id
      Added value: +{
      +  "type": "string"
      +}
  4. Changed3 schema fields changed
    • addedOutput schema / oneOf
      Added value: +[
      +  {
      +    "required": [
      +      "result"
      +    ]
      +  },
      +  {
      +    "required": [
      +      "error"
      +    ]
      +  }
      +]
    • addedOutput schema / properties / error
      Added value: +{
      +  "type": "string"
      +}
    • changedOutput schema / required
      Previous value: -[
      -  "ok",
      -  "result",
      -  "gateway_receipt"
      -]New value: +[
      +  "ok",
      +  "gateway_receipt"
      +]
  5. Added

TDQS

B3.2/5.0
Behavior1/5

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

The description adds many behavioral constraints: receipt binding, provider ambiguity blocking paid retry, no verification minting, no credential exposure. However, it directly contradicts the annotations: it describes requesting a leased, cost-bearing production stage with paid retries, while readOnlyHint=true signals no state modification. This is an annotation contradiction, so the score must be 1.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a long, dense block of nested caveats and repeated restrictions. It front-loads the core verb well, but the rest is not scannable: key rules about receipts, stages, and limitations are buried in complex prose that would be much clearer as structured bullets.

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?

Given high complexity—10 parameters, 0% schema coverage, and a non-trivial domain—the description is not complete enough. It provides valuable receipt-gating rules and limitations, but omits parameter semantics, stage value options, and consistent side-effect behavior. The readOnlyHint contradiction further undermines an agent's ability to invoke it correctly.

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 description coverage is 0%, so the description must compensate for 10 undocumented parameters. It references dispatch/task/job/source receipts and content_type=audiobook_production, but it never explains package_id, idempotency_key, allowed stage values, chunk_id, segment_id, manifest_sha256, verifier_job_id, verification_task_id, or sample_scope. This leaves an agent guessing about most inputs.

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 opens with a specific verb+resource: 'Request one leased production stage.' It then distinguishes stage families (Gemini reconciliation vs canary/full-chunk) and explicitly separates this from status, approval, and publication actions, so an agent can tell it apart from siblings like cogentcast_production_status and cogentcast_approval_resolve.

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?

The description gives explicit when-to-use conditions: the zero-cost Gemini reconciliation stage requires exact dispatch/task/job/source/Chief Editor receipt binding, while paid canary/full-chunk stages require prior Chief Editor, Gemini, and human receipts. It also states exclusions—cannot record human approval or publish—and points to production.status for gate status, which is strong routing 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.

Resources