Skip to main content
Glama
tholtman1-del

beat-mcp-bridge

Get one scene's text

beat_get_scene_text

Get the complete text of a specific scene by its scene index, so you can read or modify the scene content directly in the current Beat screenplay.

Instructions

Get the full text of a single scene by its sceneIndex (from beat_get_scenes).

Input Schema

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

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description bears the full burden. It conveys that this is a read-only retrieval operation returning the full scene text, but it does not mention error behavior, whether invalid indexes produce failures, or any document-switching side effects. For a simple read operation this is acceptable but not richly transparent.

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?

A single sentence with no wasted words, and the key source of sceneIndex is included. The description is appropriately front-loaded and easy to parse.

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 small read-only tool with two documented parameters, the description plus schema gives an agent enough to call it correctly: which index to pass and how to optionally target a document. Lack of an output schema is mitigated by the phrase 'full text', and no complex behavior needs explanation.

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%, with both parameters already documented. The description adds minimal value beyond the schema, mainly reinforcing that sceneIndex comes from beat_get_scenes; docIndex semantics are only in the schema.

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?

States a specific verb ('Get'), resource ('full text of a single scene'), and identifying parameter ('sceneIndex'), with provenance from beat_get_scenes. This clearly distinguishes it from beat_get_text and other scene-writing siblings.

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 makes clear that sceneIndex must come from beat_get_scenes, and the schema adds that docIndex can be omitted to target the frontmost document. It does not explicitly contrast when to prefer this over beat_get_text, but the scoping to a single scene makes the intended use fairly clear.

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