Skip to main content
Glama

start_generate_job

Idempotent

Archived source-free writer job. Use research_hook_evidence instead. Always fails before a job, model, provider, storage, or billing work. Async execution cannot bypass source-video, view, link, and excerpt proof. Errors: unauthorized; invalid_request with reason unsourced_hook_generation_archived.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoGeneration engine and therefore the price: instant (0 base + 1/hook, deterministic templates, sub-second), smart (0 + 2/hook, one LLM call, seconds), research (10 + 4/hook, brief->draft->judge, tens of seconds). Aliases: template|off|quick->instant, llm|on|fast->smart, search|deep|deep_research->research. Omit (or auto) -> smart when an LLM key is configured, else instant.
tagsNo1-5 lowercase slug tags ([a-z0-9_-], <=40 chars) stamped on this call's usage event so a fleet can attribute spend per campaign. Omit for no tagging. Filter later with get_usage(tag=...) / list_hooks(tag=...).
countNoHooks per topic, 1-25. With `topics` this applies to every subject, so the job's cost scales with count * len(topics).
styleNoVoice/tone to match, <=200 chars. Honored as a real instruction by smart and research; on instant it only varies which deterministic template fillers are drawn, so it cannot change the voice there. Omit for the engine's default register.
topicNoSingle subject for the job, 3-200 chars. Pass EITHER this or `topics`, never both and never neither.
stanceNoOptional: what the creator is for or against, selling, or building, so hooks carry a real position instead of a neutral summary.
topicsNo1-20 subjects run as ONE job with ONE atomic charge; the result is the batch envelope instead of a single generate body. Pass EITHER this or `topic`.
api_keyNoAPI key for this call. Omit to fall back to the Authorization: Bearer / X-API-Key request header (streamable-HTTP only), then the VHGENGINE_API_KEY env var (the stdio default). No key resolvable -> unauthorized.
clarifyNoRequest-sufficiency behaviour: 'ask' returns ONLY clarifying questions (uncharged, nothing generated) - relay them to your human, then re-submit enriched; 'auto' (default) proceeds and the research envelope carries the questions and proposed assumptions as observations; they do not currently change retrieval or writer prompts. 'off' skips the check. Batch and jobs accept only 'auto'/'off'.
creatorNoOptional: who is speaking, free text ('wedding videographer, 40k followers, I talk to camera over b-roll of my shoots'). The more the engine knows about the creator, the more the hooks are theirs rather than a generic narrator's.
audienceNoOptional: who watches ('engaged couples budgeting'). Aims every hook at a real audience instead of an assumed one.
languageNoThe language the hooks are WRITTEN in, and the market their evidence is scraped from. en (default) | fr | es | ar (Modern Standard Arabic) | ary (Moroccan Darija, Arabic script). NOT a translation layer: the brief researches the topic as it is actually discussed in that language, the platform evidence is fetched from that language's region with transcripts in that language, and the judge scores register in it rather than against English. Omit for English. Same price in every language.
platformNoTarget platform, which selects the length/format conventions the hooks are written and scored against. Defaults to tiktok when omitted.tiktok
archetypesNoRestrict generation to these archetype ids (see list_archetypes). Omit to let the engine spread across archetypes, which is what you want unless you are deliberately narrowing a deck.
idempotency_keyNoCaller-chosen replay key (any string, unique per intended effect). A repeat call with the SAME key returns the stored result and is NEVER charged twice; the same key with different arguments is an idempotency_conflict. Omit and every call is a fresh, separately charged operation.
requested_marketNoCaller-declared target market or locality, up to 100 characters. This is not inferred or verified and does not override today's language-derived evidence region. Recorded in commission identity and retained async-job snapshots. It does not change retrieval, prompts, scoring, pricing, or generated text yet.
requested_dialectNoCaller-declared desired dialect or register, up to 100 characters. This is not an observed-language or classifier result. Recorded in commission identity and retained async-job snapshots. It does not change retrieval, prompts, scoring, pricing, or generated text yet.
creator_profile_idNoExact owned profile id. Send with creator_profile_version and without inline creator/audience/stance/first_person_facts.
first_person_factsNoOptional: facts TRUE of this creator that hooks may assert first-person ('I have filmed 200+ weddings'). The ONLY sanctioned source of personal claims; without it, hooks never invent a biography.
footage_constraintsNoUp to 10 caller-declared filming or edit constraints, each up to 200 characters. Recorded in commission identity and retained async-job snapshots. It does not change retrieval, prompts, scoring, pricing, or generated text yet.
delivery_constraintsNoDesired spoken performance or cadence, up to 300 characters, distinct from the broader style/voice field. Recorded in commission identity and retained async-job snapshots. It does not change retrieval, prompts, scoring, pricing, or generated text yet.
desired_viewer_actionNoWhat the viewer should do after hearing the hook, such as keep watching, comment, or reconsider a belief, up to 300 characters. Recorded in commission identity and retained async-job snapshots. It does not change retrieval, prompts, scoring, pricing, or generated text yet.
creator_profile_versionNoExact immutable profile version paired with creator_profile_id.
hook_length_constraintsNoDesired spoken-hook length, up to 200 characters, for example '8-12 words' or 'under 6 seconds'. Recorded in commission identity and retained async-job snapshots. It does not change retrieval, prompts, scoring, pricing, or generated text yet.
desired_audience_feelingNoHow the audience should feel immediately after the hook, such as understood, curious, or challenged, up to 300 characters. Recorded in commission identity and retained async-job snapshots. It does not change retrieval, prompts, scoring, pricing, or generated text yet.
requested_content_formatNoDesired production format: solo_talking_head, podcast, interview, yapping_monologue, voiceover, skit, montage, or other. This is a request, not a claim about any retrieved source. Recorded in commission identity and retained async-job snapshots. It does not change retrieval, prompts, scoring, pricing, or generated text yet.
caller_confirmed_constraintsNoUp to 10 caller-confirmed request constraints from a prior clarification round, each up to 300 characters. Runtime-generated questions and model assumptions are execution receipts, not copied here or treated as approved automatically. Recorded in commission identity and retained async-job snapshots. It does not change retrieval, prompts, scoring, pricing, or generated text yet.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idNoPass this to get_job.
statusNoLifecycle state; 'queued' immediately after submit.
warningNoPresent only alongside worker_alive:false; says what to do instead.
replayedNotrue when an idempotency_key returned an EXISTING job rather than queuing a new one. Poll the returned job_id either way.
requeuedNotrue when an idempotent resubmit revived an existing job.
expires_atNoEarliest terminal-row prune cutoff, ISO-8601 UTC. Queued/running rows are not deleted solely because this time passed.
status_urlNoREST URL for the same status (HTTP clients only).
worker_aliveNoPresent and FALSE only when no job worker will ever run this job. Then read `warning` and use generate_hooks instead of polling.
hook_instancesNoImmutable non-prose served-occurrence identities. Profile-bound queued/running work returns an empty list; a successful result returns one row per served hook.
estimated_secondsNoQueue-aware estimate of total time to a result.
poll_after_secondsNoWait at least this long before the first get_job. Honor it.
resolved_creator_profileNoExact immutable creator-profile binding used by this occurrence. Null/absent for inline or unprofiled generation.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • addedInput schema / properties / creator_profile_id
      Added value: +{
      +  "anyOf": [
      +    {
      +      "description": "Account-owned creator profile id returned by create/list profiles.",
      +      "pattern": "^cpr_[0-9a-f]{24}$",
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Exact owned profile id. Send with creator_profile_version and without inline creator/audience/stance/first_person_facts.",
      +  "pattern": "^cpr_[0-9a-f]{24}$",
      +  "title": "Creator Profile Id"
      +}
    • addedInput schema / properties / creator_profile_version
      Added value: +{
      +  "anyOf": [
      +    {
      +      "description": "Positive immutable profile version.",
      +      "minimum": 1,
      +      "type": "integer"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Exact immutable profile version paired with creator_profile_id.",
      +  "minimum": 1,
      +  "title": "Creator Profile Version"
      +}
    • addedOutput schema / properties / hook_instances
      Added value: +{
      +  "description": "Immutable non-prose served-occurrence identities. Profile-bound queued/running work returns an empty list; a successful result returns one row per served hook.",
      +  "items": {
      +    "additionalProperties": false,
      +    "properties": {
      +      "commission_id": {
      +        "pattern": "^com_[0-9a-f]{24}$",
      +        "type": "string"
      +      },
      +      "hook_id": {
      +        "pattern": "^hook_[0-9a-f]{8}$",
      +        "type": "string"
      +      },
      +      "hook_instance_id": {
      +        "pattern": "^hki_[0-9a-f]{24}$",
      +        "type": "string"
      +      },
      +      "item_index": {
      +        "minimum": 0,
      +        "type": "integer"
      +      },
      +      "served_rank": {
      +        "minimum": 1,
      +        "type": "integer"
      +      }
      +    },
      +    "required": [
      +      "hook_instance_id",
      +      "hook_id",
      +      "commission_id",
      +      "item_index",
      +      "served_rank"
      +    ],
      +    "type": "object"
      +  },
      +  "type": [
      +    "array",
      +    "null"
      +  ]
      +}
    • addedOutput schema / properties / resolved_creator_profile
      Added value: +{
      +  "additionalProperties": false,
      +  "description": "Exact immutable creator-profile binding used by this occurrence. Null/absent for inline or unprofiled generation.",
      +  "properties": {
      +    "commission_schema_version": {
      +      "const": 3,
      +      "type": "integer"
      +    },
      +    "profile_id": {
      +      "pattern": "^cpr_[0-9a-f]{24}$",
      +      "type": "string"
      +    },
      +    "profile_snapshot_schema_version": {
      +      "minimum": 1,
      +      "type": "integer"
      +    },
      +    "version": {
      +      "minimum": 1,
      +      "type": "integer"
      +    }
      +  },
      +  "required": [
      +    "profile_id",
      +    "version",
      +    "profile_snapshot_schema_version",
      +    "commission_schema_version"
      +  ],
      +  "type": [
      +    "object",
      +    "null"
      +  ]
      +}
  2. Changed11 schema fields changed
    • addedInput schema / properties / caller_confirmed_constraints
      Added value: +{
      +  "anyOf": [
      +    {
      +      "items": {
      +        "maxLength": 300,
      +        "minLength": 1,
      +        "type": "string"
      +      },
      +      "maxItems": 10,
      +      "type": "array"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Up to 10 caller-confirmed request constraints from a prior clarification round, each up to 300 characters. Runtime-generated questions and model assumptions are execution receipts, not copied here or treated as approved automatically. Recorded in commission identity and retained async-job snapshots. It does not change retrieval, prompts, scoring, pricing, or generated text yet.",
      +  "items": {
      +    "maxLength": 300,
      +    "minLength": 1,
      +    "type": "string"
      +  },
      +  "maxItems": 10,
      +  "title": "Caller Confirmed Constraints"
      +}
    • changedInput schema / properties / clarify / description
      Previous value: -"Request-sufficiency behaviour: 'ask' returns ONLY clarifying questions (uncharged, nothing generated) - relay them to your human, then re-submit enriched; 'auto' (default) proceeds but the research envelope carries the questions and assumptions used; 'off' skips the check. Batch and jobs accept only 'auto'/'off'."New value: +"Request-sufficiency behaviour: 'ask' returns ONLY clarifying questions (uncharged, nothing generated) - relay them to your human, then re-submit enriched; 'auto' (default) proceeds and the research envelope carries the questions and proposed assumptions as observations; they do not currently change retrieval or writer prompts. 'off' skips the check. Batch and jobs accept only 'auto'/'off'."
    • addedInput schema / properties / delivery_constraints
      Added value: +{
      +  "anyOf": [
      +    {
      +      "maxLength": 300,
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Desired spoken performance or cadence, up to 300 characters, distinct from the broader style/voice field. Recorded in commission identity and retained async-job snapshots. It does not change retrieval, prompts, scoring, pricing, or generated text yet.",
      +  "maxLength": 300,
      +  "title": "Delivery Constraints"
      +}
    • addedInput schema / properties / desired_audience_feeling
      Added value: +{
      +  "anyOf": [
      +    {
      +      "maxLength": 300,
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "How the audience should feel immediately after the hook, such as understood, curious, or challenged, up to 300 characters. Recorded in commission identity and retained async-job snapshots. It does not change retrieval, prompts, scoring, pricing, or generated text yet.",
      +  "maxLength": 300,
      +  "title": "Desired Audience Feeling"
      +}
    • addedInput schema / properties / desired_viewer_action
      Added value: +{
      +  "anyOf": [
      +    {
      +      "maxLength": 300,
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "What the viewer should do after hearing the hook, such as keep watching, comment, or reconsider a belief, up to 300 characters. Recorded in commission identity and retained async-job snapshots. It does not change retrieval, prompts, scoring, pricing, or generated text yet.",
      +  "maxLength": 300,
      +  "title": "Desired Viewer Action"
      +}
    • addedInput schema / properties / footage_constraints
      Added value: +{
      +  "anyOf": [
      +    {
      +      "items": {
      +        "maxLength": 200,
      +        "minLength": 1,
      +        "type": "string"
      +      },
      +      "maxItems": 10,
      +      "type": "array"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Up to 10 caller-declared filming or edit constraints, each up to 200 characters. Recorded in commission identity and retained async-job snapshots. It does not change retrieval, prompts, scoring, pricing, or generated text yet.",
      +  "items": {
      +    "maxLength": 200,
      +    "minLength": 1,
      +    "type": "string"
      +  },
      +  "maxItems": 10,
      +  "title": "Footage Constraints"
      +}
    • addedInput schema / properties / hook_length_constraints
      Added value: +{
      +  "anyOf": [
      +    {
      +      "maxLength": 200,
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Desired spoken-hook length, up to 200 characters, for example '8-12 words' or 'under 6 seconds'. Recorded in commission identity and retained async-job snapshots. It does not change retrieval, prompts, scoring, pricing, or generated text yet.",
      +  "maxLength": 200,
      +  "title": "Hook Length Constraints"
      +}
    • addedInput schema / properties / requested_content_format
      Added value: +{
      +  "anyOf": [
      +    {
      +      "enum": [
      +        "solo_talking_head",
      +        "podcast",
      +        "interview",
      +        "yapping_monologue",
      +        "voiceover",
      +        "skit",
      +        "montage",
      +        "other"
      +      ],
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Desired production format: solo_talking_head, podcast, interview, yapping_monologue, voiceover, skit, montage, or other. This is a request, not a claim about any retrieved source. Recorded in commission identity and retained async-job snapshots. It does not change retrieval, prompts, scoring, pricing, or generated text yet.",
      +  "enum": [
      +    "solo_talking_head",
      +    "podcast",
      +    "interview",
      +    "yapping_monologue",
      +    "voiceover",
      +    "skit",
      +    "montage",
      +    "other",
      +    null
      +  ],
      +  "title": "Requested Content Format"
      +}
    • addedInput schema / properties / requested_dialect
      Added value: +{
      +  "anyOf": [
      +    {
      +      "maxLength": 100,
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Caller-declared desired dialect or register, up to 100 characters. This is not an observed-language or classifier result. Recorded in commission identity and retained async-job snapshots. It does not change retrieval, prompts, scoring, pricing, or generated text yet.",
      +  "maxLength": 100,
      +  "title": "Requested Dialect"
      +}
    • addedInput schema / properties / requested_market
      Added value: +{
      +  "anyOf": [
      +    {
      +      "maxLength": 100,
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Caller-declared target market or locality, up to 100 characters. This is not inferred or verified and does not override today's language-derived evidence region. Recorded in commission identity and retained async-job snapshots. It does not change retrieval, prompts, scoring, pricing, or generated text yet.",
      +  "maxLength": 100,
      +  "title": "Requested Market"
      +}
    • changedOutput schema / properties / expires_at / description
      Previous value: -"When an unexecuted job is abandoned, ISO-8601 UTC."New value: +"Earliest terminal-row prune cutoff, ISO-8601 UTC. Queued/running rows are not deleted solely because this time passed."
  3. Changed1 schema field changed
    • addedInput schema / properties / language
      Added value: +{
      +  "anyOf": [
      +    {
      +      "enum": [
      +        "en",
      +        "fr",
      +        "es",
      +        "ar",
      +        "ary"
      +      ],
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "The language the hooks are WRITTEN in, and the market their evidence is scraped from. en (default) | fr | es | ar (Modern Standard Arabic) | ary (Moroccan Darija, Arabic script). NOT a translation layer: the brief researches the topic as it is actually discussed in that language, the platform evidence is fetched from that language's region with transcripts in that language, and the judge scores register in it rather than against English. Omit for English. Same price in every language.",
      +  "enum": [
      +    "en",
      +    "fr",
      +    "es",
      +    "ar",
      +    "ary",
      +    null
      +  ],
      +  "title": "Language"
      +}
  4. Changed5 schema fields changed
    • addedInput schema / properties / audience
      Added value: +{
      +  "anyOf": [
      +    {
      +      "maxLength": 300,
      +      "minLength": 1,
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Optional: who watches ('engaged couples budgeting'). Aims every hook at a real audience instead of an assumed one.",
      +  "maxLength": 300,
      +  "minLength": 1,
      +  "title": "Audience"
      +}
    • addedInput schema / properties / clarify
      Added value: +{
      +  "anyOf": [
      +    {
      +      "enum": [
      +        "ask",
      +        "auto",
      +        "off"
      +      ],
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Request-sufficiency behaviour: 'ask' returns ONLY clarifying questions (uncharged, nothing generated) - relay them to your human, then re-submit enriched; 'auto' (default) proceeds but the research envelope carries the questions and assumptions used; 'off' skips the check. Batch and jobs accept only 'auto'/'off'.",
      +  "enum": [
      +    "ask",
      +    "auto",
      +    "off",
      +    null
      +  ],
      +  "title": "Clarify"
      +}
    • addedInput schema / properties / creator
      Added value: +{
      +  "anyOf": [
      +    {
      +      "maxLength": 500,
      +      "minLength": 1,
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Optional: who is speaking, free text ('wedding videographer, 40k followers, I talk to camera over b-roll of my shoots'). The more the engine knows about the creator, the more the hooks are theirs rather than a generic narrator's.",
      +  "maxLength": 500,
      +  "minLength": 1,
      +  "title": "Creator"
      +}
    • addedInput schema / properties / first_person_facts
      Added value: +{
      +  "anyOf": [
      +    {
      +      "items": {
      +        "maxLength": 200,
      +        "minLength": 1,
      +        "type": "string"
      +      },
      +      "maxItems": 10,
      +      "type": "array"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Optional: facts TRUE of this creator that hooks may assert first-person ('I have filmed 200+ weddings'). The ONLY sanctioned source of personal claims; without it, hooks never invent a biography.",
      +  "items": {
      +    "maxLength": 200,
      +    "minLength": 1,
      +    "type": "string"
      +  },
      +  "maxItems": 10,
      +  "title": "First Person Facts"
      +}
    • addedInput schema / properties / stance
      Added value: +{
      +  "anyOf": [
      +    {
      +      "maxLength": 300,
      +      "minLength": 1,
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "description": "Optional: what the creator is for or against, selling, or building, so hooks carry a real position instead of a neutral summary.",
      +  "maxLength": 300,
      +  "minLength": 1,
      +  "title": "Stance"
      +}
  5. Changed25 schema fields changed
    • addedInput schema / properties / api_key / description
      Added value: +"API key for this call. Omit to fall back to the Authorization: Bearer / X-API-Key request header (streamable-HTTP only), then the VHGENGINE_API_KEY env var (the stdio default). No key resolvable -> unauthorized."
    • addedInput schema / properties / archetypes / description
      Added value: +"Restrict generation to these archetype ids (see list_archetypes). Omit to let the engine spread across archetypes, which is what you want unless you are deliberately narrowing a deck."
    • addedInput schema / properties / archetypes / items
      Added value: +{
      +  "enum": [
      +    "curiosity_gap",
      +    "contrarian",
      +    "data_shock",
      +    "story",
      +    "transformation",
      +    "listicle",
      +    "authority",
      +    "urgency"
      +  ],
      +  "type": "string"
      +}
    • addedInput schema / properties / count / description
      Added value: +"Hooks per topic, 1-25. With `topics` this applies to every subject, so the job's cost scales with count * len(topics)."
    • addedInput schema / properties / idempotency_key / description
      Added value: +"Caller-chosen replay key (any string, unique per intended effect). A repeat call with the SAME key returns the stored result and is NEVER charged twice; the same key with different arguments is an idempotency_conflict. Omit and every call is a fresh, separately charged operation."
    • addedInput schema / properties / mode / description
      Added value: +"Generation engine and therefore the price: instant (0 base + 1/hook, deterministic templates, sub-second), smart (0 + 2/hook, one LLM call, seconds), research (10 + 4/hook, brief->draft->judge, tens of seconds). Aliases: template|off|quick->instant, llm|on|fast->smart, search|deep|deep_research->research. Omit (or auto) -> smart when an LLM key is configured, else instant."
    • addedInput schema / properties / mode / enum
      Added value: +[
      +  "instant",
      +  "template",
      +  "off",
      +  "quick",
      +  "smart",
      +  "llm",
      +  "on",
      +  "fast",
      +  "research",
      +  "search",
      +  "deep",
      +  "deep_research",
      +  "auto",
      +  null
      +]
    • addedInput schema / properties / platform / description
      Added value: +"Target platform, which selects the length/format conventions the hooks are written and scored against. Defaults to tiktok when omitted."
    • changedInput schema / properties / style / anyOf
      Previous value: -[
      -  {
      -    "description": "Voice/tone to match. Honored as a real instruction by smart and research; on instant it only varies which deterministic template fillers are drawn.",
      -    "maxLength": 200,
      -    "type": "string"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "description": "Voice/tone to match, <=200 chars. Honored as a real instruction by smart and research; on instant it only varies which deterministic template fillers are drawn, so it cannot change the voice there. Omit for the engine's default register.",
      +    "maxLength": 200,
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • addedInput schema / properties / style / description
      Added value: +"Voice/tone to match, <=200 chars. Honored as a real instruction by smart and research; on instant it only varies which deterministic template fillers are drawn, so it cannot change the voice there. Omit for the engine's default register."
    • addedInput schema / properties / style / maxLength
      Added value: +200
    • changedInput schema / properties / tags / anyOf
      Previous value: -[
      -  {
      -    "items": {
      -      "maxLength": 40,
      -      "minLength": 1,
      -      "pattern": "^[a-z0-9_-]+$",
      -      "type": "string"
      -    },
      -    "maxItems": 5,
      -    "minItems": 1,
      -    "type": "array"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "items": {
      +      "maxLength": 40,
      +      "minLength": 1,
      +      "pattern": "^[a-z0-9_-]+$",
      +      "type": "string"
      +    },
      +    "maxItems": 5,
      +    "type": "array"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • addedInput schema / properties / tags / description
      Added value: +"1-5 lowercase slug tags ([a-z0-9_-], <=40 chars) stamped on this call's usage event so a fleet can attribute spend per campaign. Omit for no tagging. Filter later with get_usage(tag=...) / list_hooks(tag=...)."
    • addedInput schema / properties / tags / items
      Added value: +{
      +  "maxLength": 40,
      +  "minLength": 1,
      +  "pattern": "^[a-z0-9_-]+$",
      +  "type": "string"
      +}
    • addedInput schema / properties / tags / maxItems
      Added value: +5
    • addedInput schema / properties / topic / description
      Added value: +"Single subject for the job, 3-200 chars. Pass EITHER this or `topics`, never both and never neither."
    • addedInput schema / properties / topic / maxLength
      Added value: +200
    • addedInput schema / properties / topic / minLength
      Added value: +3
    • addedInput schema / properties / topics / description
      Added value: +"1-20 subjects run as ONE job with ONE atomic charge; the result is the batch envelope instead of a single generate body. Pass EITHER this or `topic`."
    • addedInput schema / properties / topics / items
      Added value: +{
      +  "maxLength": 200,
      +  "minLength": 3,
      +  "type": "string"
      +}
    • addedInput schema / properties / topics / maxItems
      Added value: +20
    • addedInput schema / properties / topics / minItems
      Added value: +1
    • addedOutput schema / description
      Added value: +"A queued job to poll with get_job. Nothing is charged until it runs."
    • addedOutput schema / properties
      Added value: +{
      +  "estimated_seconds": {
      +    "description": "Queue-aware estimate of total time to a result.",
      +    "type": [
      +      "number",
      +      "null"
      +    ]
      +  },
      +  "expires_at": {
      +    "description": "When an unexecuted job is abandoned, ISO-8601 UTC.",
      +    "type": [
      +      "string",
      +      "null"
      +    ]
      +  },
      +  "job_id": {
      +    "description": "Pass this to get_job.",
      +    "type": [
      +      "string",
      +      "null"
      +    ]
      +  },
      +  "poll_after_seconds": {
      +    "description": "Wait at least this long before the first get_job. Honor it.",
      +    "type": [
      +      "number",
      +      "null"
      +    ]
      +  },
      +  "replayed": {
      +    "description": "true when an idempotency_key returned an EXISTING job rather than queuing a new one. Poll the returned job_id either way.",
      +    "type": [
      +      "boolean",
      +      "null"
      +    ]
      +  },
      +  "requeued": {
      +    "description": "true when an idempotent resubmit revived an existing job.",
      +    "type": [
      +      "boolean",
      +      "null"
      +    ]
      +  },
      +  "status": {
      +    "description": "Lifecycle state; 'queued' immediately after submit.",
      +    "type": [
      +      "string",
      +      "null"
      +    ]
      +  },
      +  "status_url": {
      +    "description": "REST URL for the same status (HTTP clients only).",
      +    "type": [
      +      "string",
      +      "null"
      +    ]
      +  },
      +  "warning": {
      +    "description": "Present only alongside worker_alive:false; says what to do instead.",
      +    "type": [
      +      "string",
      +      "null"
      +    ]
      +  },
      +  "worker_alive": {
      +    "description": "Present and FALSE only when no job worker will ever run this job. Then read `warning` and use generate_hooks instead of polling.",
      +    "type": [
      +      "boolean",
      +      "null"
      +    ]
      +  }
      +}
    • removedOutput schema / title
      Removed value: -"start_generate_jobDictOutput"
  6. Changed1 schema field changed
    • changedInput schema / properties / style / anyOf
      Previous value: -[
      -  {
      -    "type": "string"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "description": "Voice/tone to match. Honored as a real instruction by smart and research; on instant it only varies which deterministic template fillers are drawn.",
      +    "maxLength": 200,
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  7. Changed1 schema field changed
    • addedInput schema / additionalProperties
      Added value: +false
  8. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the idempotency hint, the description discloses that the tool always fails before any job, model, provider, storage, or billing work, and lists the specific error types. This is rich behavioral context with no contradiction to annotations.

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?

Three short sentences that front-load the archived status, state the guaranteed failure, and point to the replacement tool. Every sentence earns its place with no wasted words.

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 an archived tool that always fails, the description fully covers what an agent needs: status, failure behavior, error types, and the alternative tool. Parameters and output schema are irrelevant because the call never succeeds.

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?

The schema covers all 27 parameters with 100% detailed descriptions, so the tool description adds nothing beyond the schema. Baseline 3 is appropriate since there is no parameter information deficit to compensate for.

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 immediately labels the tool as 'Archived source-free writer job' and states it always fails, making its status unmistakable. It names the exact replacement tool, research_hook_evidence, which clearly distinguishes it from other job tools.

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?

It explicitly instructs to 'Use research_hook_evidence instead' and explains that async execution cannot bypass proof requirements. This provides a clear when-not-to-use directive and a direct alternative, leaving no ambiguity.

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