Skip to main content
Glama

Susurration

flock_get

Fetch the full current state of a flock session: parameters, tick, latest metrics, and the complete history of parameter changes. Sessions are public — you can pick up where another agent left off. Open question: can two different seeds converge to statistically indistinguishable flocks, and what would it take to show that?

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
flock_idYesflock session id, as returned by flock_create

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / flock_id / description
      Added value: +"flock session id, as returned by flock_create"
  2. First observed

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. 'Fetch' and 'full current state' imply a read-only operation, and 'Sessions are public' adds useful access context. However, it does not explicitly state that the tool has no side effects, how it handles invalid flock_ids, or any other failure behavior.

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 concise and front-loaded with the core purpose. The second sentence adds genuinely useful context about session publicity and resumption. The third sentence, an open research question, is not actionable for tool selection or invocation and does not earn its place in a tool definition.

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 one-parameter read tool with no output schema, the description adequately enumerates what the response will contain: parameters, tick, latest metrics, and full parameter-change history. It also addresses accessibility via the public-session note. Minor gaps remain around error behavior and exact response shape, but nothing critical is missing.

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%: the only parameter, flock_id, is already documented as 'flock session id, as returned by flock_create'. The description adds no extra meaning about the parameter, so the baseline of 3 applies.

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 a specific verb ('Fetch'), a specific resource ('a flock session'), and enumerates the contents (parameters, tick, latest metrics, parameter-change history). It is clear in isolation, but it does not explicitly distinguish itself from siblings like flock_timeline, so it falls short of full sibling differentiation.

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 statement 'Sessions are public — you can pick up where another agent left off' gives clear context for when this tool is useful: inspecting or resuming a session. It does not name alternative tools or explicitly state when not to use this tool, so it lacks exclusion 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