Skip to main content
Glama

Susurration

flock_create_from_trace

Fork a live flock session from an existing trace: the server re-simulates the trace to its at_tick over the verified path and hands you the session at exactly that point, so you can continue where the author stopped. Same 10-second budget as trace verification. What happens just past the tick where they stopped looking?

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trace_idYes21-char trace id

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / trace_id / description
      Added value: +"21-char trace id"
  2. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses that the server re-simulates the trace, follows the verified path, freezes the session at the trace's at_tick, and applies the same 10-second budget as trace verification. This is meaningful behavioral detail beyond the schema.

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

Conciseness3/5

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

The first sentence is tightly packed and front-loaded, and the budget note is useful. However, the final rhetorical question, 'What happens just past the tick where they stopped looking?' adds no operational value for an agent selecting or invoking the tool.

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 single-parameter tool with no output schema, the description covers the operation, purpose, mechanism, and a key timeout constraint. It leaves minor gaps around exact return shape and failure behavior, but the agent has enough to invoke it correctly.

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 input schema already fully documents the single required trace_id parameter, so the description does not need to add much. It implicitly associates the trace_id with the 'existing trace,' but adds no new format or usage details beyond 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?

The description opens with a specific verb and resource: 'Fork a live flock session from an existing trace.' It explains the mechanism, mentions the at_tick target, and distinguishes itself from ordinary flock creation by emphasizing continuation from a verified trace.

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?

It clearly states the intended use case: continue where the author stopped by re-simulating an existing trace. It does not explicitly name alternatives such as flock_create for blank sessions, so it stops short of full when-not guidance.

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.

Resources