Skip to main content
Glama
tholtman1-del

beat-mcp-bridge

Append text to the end

beat_append_text

Append new scenes or text to the end of a Beat screenplay, extending the document directly without copy-pasting.

Instructions

Append text (e.g. a new scene) to the end of a Beat document.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
docIndexNoIndex into the list returned by beat_list_documents. Omit to target the frontmost/current document.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral disclosure burden. It clearly states the core mutation—appending text to the end of the document—but does not mention side effects, separator/newline behavior, persistence or reversibility, or return value. The main action is transparent, but surrounding behavior is not.

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?

Single sentence with no filler. It front-loads the action, specifies the target resource, and immediately provides a realistic use case. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple append operation with one required string, the description plus the docIndex schema covers the minimum for invocation. However, without annotations or an output schema, it would be more complete if it addressed line-break behavior, whether it returns a result, and how it relates to beat_insert_text or beat_replace_scene.

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 fully documents docIndex, while 'text' is only typed as string with no description. The tool description adds some semantic meaning to text via the example 'a new scene', but it does not clarify formatting, newline expectations, or content constraints. This partially compensates for the 50% schema coverage.

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 names a specific verb ('Append'), explicit resource ('Beat document'), and position ('to the end'), with a concrete example ('a new scene'). This clearly distinguishes it from siblings like beat_insert_text or beat_replace_scene.

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 phrase 'to the end' and example 'a new scene' give clear context for selecting this tool over insertion or replacement tools. It does not explicitly name alternatives such as beat_insert_text or state when not to use it, so it stops short of full routing guidance.

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

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/tholtman1-del/beat-mcp-bridge'

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