Skip to main content
Glama

storyline_generate_strategy

Generate the strategic plan and line items for a storyline based on its approved brief. Async process returns an operation ID; poll until complete to review the strategy.

Instructions

Async. Generate the strategy and line-items for a storyline based on its confirmed brief. Returns { operationId, status } — poll get_job with the operationId until state=completed. Typically takes ~2–5 min. After completion, review with storyline_get_strategy, then optionally edit with storyline_edit_strategy or add/remove line items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandIdNoBrand ID (defaults to active brand)
storylineIdYesStoryline ID
Behavior5/5

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

With no annotations provided, the description carries full burden and excels. It discloses async behavior, returns { operationId, status }, instructs polling get_job until completed, estimates duration (2–5 min), and indicates post-completion steps. These traits go beyond what any schema could convey.

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?

Two sentences, front-loaded with the core action and async nature. Every sentence adds vital information: purpose, return format, polling, time estimate, and follow-up actions. No filler or redundancy.

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?

Despite no output schema, the description fully covers the operational context: prerequisites (confirmed brief), return value, polling mechanism, expected duration, and downstream actions. It is complete for an async generation task and leaves no critical gaps.

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% (both brandId and storylineId have descriptions). The description does not add significant parameter-specific meaning beyond the schema; it only mentions 'based on its confirmed brief' which indirectly ties to storylineId. Per the baseline, a 3 is appropriate when schema handles the heavy lifting.

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 uses a specific verb ('Generate') and resource ('strategy and line-items for a storyline'), clearly distinguishing it from sibling tools like storyline_get_strategy (review) and storyline_edit_strategy (edit). It states the action and the required prerequisite (confirmed brief), making the purpose unambiguous.

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?

Explicitly describes when to use this tool: after a brief is confirmed. It also provides a clear workflow: poll get_job, then review with storyline_get_strategy, and optionally edit or modify line items. This directly gives alternatives and next steps, satisfying the 'when/when-not/alternatives' criterion.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitsandtea/postking-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server