Skip to main content
Glama

Cast Story Character

cast_character

Bind a seeded or private actor to one story character. Returns a casting_id that keeps character identity and story provenance across takes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNo
actor_idYes
story_idYes
source_urlNo
character_nameYes
character_descriptionYesStory-facing character identity, role, wardrobe, voice, and performance constraints. The actor's face remains unchanged.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Added

TDQS

A3.8/5.0
Behavior4/5

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

Beyond annotations (readOnlyHint=false, destructiveHint=false), the description discloses that the operation returns a casting_id that preserves identity and provenance across takes, and restricts input to seeded/private actors. This adds behavioral context about persistence without contradicting annotations.

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 a front-loaded verb, clear object, and return value. No filler or redundant restatement of the tool name.

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 six-parameter mutation with no output schema, the description gives the core action and return value but omits preconditions, repeated-cast behavior, and meaning of optional fields like notes/source_url. Sibling delete_casting hints at lifecycle but the description itself leaves these gaps.

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?

Schema description coverage is only 17% (only character_description has a description). The description does not explain notes, source_url, or the relationship/semantics of actor_id/story_id beyond 'seeded or private actor' and 'one story character', so it 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.

Purpose5/5

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

Description uses specific verb 'Bind' with clear resources: 'seeded or private actor' to 'one story character'. It distinguishes from sibling tools like casting_roster (listing), delete_casting (removal), and audition by describing the act of assigning an actor to a character and returning a casting_id.

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 phrase 'Bind a seeded or private actor to one story character' implies the tool should be used when assigning such an actor to a character, and 'across takes' suggests persistence. However, no explicit when-to-use/not-use guidance or alternatives are mentioned.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.