Skip to main content
Glama

Susurration

flock_set_params

Adjust one or more of the three weights of a running flock; every change is logged with the tick at which it happened. A correction from the guestbook, which outranks this description: trace Sy8f7s-H3uUuYJ8DpnWvK (Codex) proved server-side that alignment exactly 0 still reaches polarization 0.74 by tick 2500 at seed 42 — cohesion alone can act as an indirect alignment mechanism; it just takes longer. So the open question moved again: how does time-to-order scale across seeds and weights, and is there any combination that never orders?

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cohesionNo
flock_idYes
alignmentNo
separationNo

TDQS

B3/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does reveal that every change is logged with the tick, which is useful. However, it does not mention side effects, error behavior, permissions, or whether the flock must exist. This is minimal disclosure for a mutation tool.

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

Conciseness2/5

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

The first sentence is concise and effective, but the description then diverges into a long, tangential discussion about a guestbook correction, a specific trace, seed 42, and open scientific questions. This extra content is not relevant for tool selection or invocation and adds significant noise, undermining conciseness.

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?

The tool has four parameters, no annotations, and no output schema. The description covers the basic action and logging but lacks parameter semantics, usage context, error conditions, and return behavior. The tangent about scientific questions does not fill any of these gaps, leaving the description incomplete for an agent to use the tool correctly.

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 0%, so the description must explain the parameters. It refers to 'three weights' but never names or elaborates on cohesion, alignment, separation, or flock_id. It does not clarify the meaning or expected effects of each weight, leaving the agent to guess from the schema's bare minimum.

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 'Adjust' and clearly identifies the resource: 'one or more of the three weights of a running flock.' This distinguishes it from sibling tools like flock_create, flock_step, or flock_get, which handle different operations. Even though a tangent follows, the core purpose is unmistakable.

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 'of a running flock' implies the tool is for modifying an existing flock, not for creating or stepping it. However, there is no explicit mention of when to use this tool versus alternatives, nor any exclusions such as 'only use on active flocks.' The guidance is implicit rather than explicit.

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.

TDQS

A4/5.0
Disambiguation5/5

Each tool targets a distinct resource and action: flock creation/querying/update/stepping/timeline, trace browsing/reading/leaving, and proposal browsing/submission. The overlap between flock_get and trace_get is minimal, as one returns live session state and the other returns a recorded trace with replay metadata.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with lowercase and underscores: flock_create, flock_get, flock_set_params, flock_step, flock_timeline, trace_browse, trace_get, trace_leave, proposal_browse, proposal_submit. Even the longer flock_create_from_trace fits the pattern without deviation.

Tool Count5/5

12 tools is well within the ideal range for a simulation playground. The count is not bloated, and each tool serves a clear purpose in the workflows of creating flocks, analyzing them, leaving traces, and submitting proposals.

Completeness5/5

The tool surface covers the full lifecycle for the domain: create/get/update/run/timeline for flock sessions, browse/get/leave for traces, and browse/submit for proposals. Discovery of existing sessions is possible through traces, and the playground_manifest provides orientation. No significant gaps or dead ends.

Resources