Skip to main content
Glama

storyline_clarify

Clarify storyline context by iteratively answering follow-up questions until a readiness signal is received. Then generate a brief.

Instructions

Run the intake/clarification step for a storyline. The API returns follow-up questions or a readiness signal; call iteratively until the system has enough context. After clarification is complete, call storyline_generate_brief.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandIdNoBrand ID (defaults to active brand)
storylineIdYesStoryline ID
userMessageNoUser's response to the last clarifying question (omit for the first call)
Behavior3/5

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

With no annotations provided, the description carries the full burden. It explains the iterative behavior and return types (follow-up questions or a readiness signal), but it does not disclose whether the operation is read-only or has side effects, nor does it address failure modes or rate-limit implications.

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 only two sentences, front-loaded with the main action, and contains no redundant phrases. Every sentence contributes valuable workflow context without excess.

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?

Given the lack of an output schema, the description adequately explains the return behavior (follow-up questions or readiness signal) and the loop. It also connects to the next step in the process. It stops short of describing the readiness signal format or error handling, but for a simple intake tool it is largely complete.

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% for all three parameters, so the baseline is 3. The tool description adds no parameter-level detail beyond what the schema already conveys, such as the default for brandId or the iterative use of userMessage.

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-noun pair ('Run the intake/clarification step' for 'storyline') and clearly differentiates from sibling tools by naming the next step (storyline_generate_brief). It is unambiguous about the tool's role in the workflow.

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 instructs to call iteratively until the system has enough context and to then call storyline_generate_brief, providing clear usage context and a follow-up action. However, it does not enumerate when not to use this tool or compare with any direct alternatives.

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