Skip to main content
Glama
dqbuilds

singular-mcp-server

by dqbuilds

Take a rundown item to air

singular_play_rundown_item

Resolves a rundown item from its template, fills mapped payload, and animates the sub-composition in. Optionally schedules an automatic out after a specified time.

Instructions

Resolve a rundown item from its template and take it to air: fills the mapped payload and animates the sub-composition In, atomically. Optionally schedules an automatic Out after auto_out_ms (server-side, in-memory — does not survive a restart).

Args: template (name); fields (storyField → value); auto_out_ms (optional); response_format. Returns { template, subComposition, sentPayload, state, autoOutMs, unmappedFields, missingNodes }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsYesStory field values.
templateYesTemplate name.
auto_out_msNoIf set, auto-animate Out after this many ms.
response_formatNoOutput format: 'markdown' (human-readable) or 'json' (machine-readable). Default 'markdown'.markdown
Behavior4/5

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

The description adds value beyond annotations by disclosing atomicity, in-memory auto-out that doesn't survive restart, and the return structure. Annotations already indicate it's not read-only, so the description appropriately details the behavior without contradiction.

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 concise with no wasted words. It front-loads the purpose, then lists arguments and return values in a structured manner. Every sentence serves a clear purpose.

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 complexity of the tool (write, atomic, nested input, return values), the description adequately covers inputs, key behaviors, and return fields. However, it lacks explanation of some return fields like 'unmappedFields' and 'missingNodes', and provides no guidance on when to use this tool relative to siblings.

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 coverage is 100%, so baseline is 3. The description lists parameters in a human-readable format but adds little new meaning beyond the schema, except clarifying that 'fields' is a storyField→value mapping.

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 tool resolves a rundown item from its template and takes it to air, with atomic animation and optional auto-out. The verb 'take to air' is specific to this tool, distinguishing it from siblings like singular_prepare_item or singular_update_and_animate.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool versus alternatives. It does not mention prerequisites, exclusion cases, or compare to sibling tools like singular_prepare_item or singular_take_out_all.

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/dqbuilds/singular-mcp-server'

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