Skip to main content
Glama

storyline_get_strategy

Retrieve a storyline's strategy and line items. Use detail levels to get a full breakdown, a compact summary, or just the status and count.

Instructions

Fetch the strategy and line items for a storyline. Returns full detail by default (raw strategy + all line items). Use detail="medium" for a compact summary or detail="short" for {id,status} + line-item count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailNoVerbosity of returned item(s): "short" = id + primary label + status (cheap list scan); "medium" = key summary fields + counts (a useful glance); "full" = the complete object. Default "full". Lists default to "short" — to zoom into one item, call its get/view tool with detail="medium" or "full".full
brandIdNoBrand ID (defaults to active brand)
storylineIdYesStoryline ID
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It explains that the default return is the full strategy and all line items, and that detail levels provide different verbosity (compact summary, or just id/status plus count). This is useful behavioral context, but it does not mention potential side effects (though fetching is likely safe) or permissions, which would make it more complete.

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 two sentences, front-loaded with the primary purpose, and then efficiently explains the details of the detail parameter. No fluff or redundant repetition of schema information.

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?

For a fetch tool with no output schema, the description explains the different return shapes based on the detail parameter, which covers the main variations. However, it does not describe the exact structure of the 'full' response (e.g., whether it is an object with 'strategy' and 'lineItems' fields), which would be helpful given the absence of an output schema. Still, the description is reasonably complete for the tool's simple read purpose.

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 has 100% coverage, so the baseline is 3. The schema already describes the detail parameter thoroughly, including what 'short', 'medium', and 'full' return. The description adds a tool-specific note about the line-item count in 'short', but this is marginal over the schema's explanation. The other parameters (brandId, storylineId) are adequately covered by the schema, so the description does not need to add more.

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 action: 'Fetch the strategy and line items for a storyline.' This is a specific verb+resource combination that distinguishes it from sibling tools like storyline_get (which likely fetches base storyline info) and storyline_edit_strategy (which modifies).

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 clearly frames when to use this tool: when needing the strategy and line items for a storyline. It also explains the default full detail and the effects of the detail parameter, giving context for different use cases. However, it does not explicitly mention alternatives or when not to use this tool, so it stops short of a 5.

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