Skip to main content
Glama
RBG-WebDesign

MCPBridge Server

title_controller_create

Creates a specification for a TitleController that owns a widget and updates cues from Sequencer frame numbers.

Instructions

Create a BP_TitleController implementation spec that owns the widget and updates cues from Sequencer frame numbers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
manifestNo
asset_nameNoDefault BP_TitleController
package_pathNoDefault /Game/Cinematics/Titles
manifest_pathNo
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It explains what the resulting spec does, but not the tool's own side effects, such as whether it writes to disk, requires existing assets, or returns an asset path. Mutation, error behavior, and output format are unaddressed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence with no redundant words or filler. It is efficiently structured, though brevity trades off some necessary detail that could have been included without harming readability.

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

Completeness2/5

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

Given a complex nested manifest schema, five parameters, no output schema, and no annotations, the description is far too minimal. An agent cannot determine what inputs are needed, what the tool produces, or how it integrates with related title tools, making the overall context inadequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is only 40%, and the tool description mentions no parameter specifics. It does not explain the 'manifest' structure, how 'id' or 'manifest_path' are used, or how the manifest maps to the created controller. The description fails to compensate for the low schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as creating a BP_TitleController implementation spec, with a specific responsibility (owning the widget and updating cues from Sequencer frame numbers). This distinguishes it from similar create/manifest tools, though 'implementation spec' could be more explicit about whether it generates an asset or a description.

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

Usage Guidelines3/5

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

The description implies usage for creating a title controller but provides no explicit context on when to choose this over alternatives like title_manifest_create or blueprint_create. No exclusions or guiding scenarios are mentioned, leaving the selection partly to inference.

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/RBG-WebDesign/MCPBridge-Server'

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