Skip to main content
Glama

simulation.generate_agents

Create a cohort of 20-60 agents from research evidence using model-swarm or local adapters, enabling multi-agent simulations without initiating a run.

Instructions

Generate a 20-60 agent model-swarm cohort from Memoire research evidence without starting a run.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoTarget agent count. Model-swarm defaults to 24.
adapterNoAdapter mode. Defaults to model-swarm.
researchNoOptional ResearchStore JSON string. Omit to load workspace research.
Behavior2/5

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

No annotations are provided, so the description must disclose behavior. It mentions generation from 'Memoire research evidence' but does not explain what that entails, side effects, or output format. Minimal behavioral info.

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?

Single sentence with 15 words, no filler. Concise and to the point, but could include more detail without losing efficiency.

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?

For a tool with no output schema, the description omits return value, prerequisites, and the nature of 'Memoire research evidence'. Insufficient for an agent to fully understand consequences.

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%, so baseline is 3. The description clarifies default count (20-60) and mentions 'model-swarm' as default adapter, adding marginal context. However, the count range partly contradicts schema (min=1 vs described 20-60).

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 states a specific action ('Generate'), resource ('a 20-60 agent model-swarm cohort from Memoire research evidence'), and a key differentiator ('without starting a run'). It clearly distinguishes from siblings like simulation.run and simulation.plan.

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?

Implicitly suggests use when agents are needed without running, but does not explicitly state when to use this tool vs alternatives (e.g., simulation.run). No exclusions or prerequisites are mentioned.

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/sarveshsea/memi'

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