Skip to main content
Glama

simulation_plan

Create a clean-room simulation scenario from research evidence to pressure-test product hypotheses and agent behaviors.

Instructions

Create a clean-room product simulation scenario from Memoire research evidence.

Prereq: research/store.v2.json or a ResearchStore JSON string. Local TypeScript simulation core only; adapter=model-swarm plans Codex-first profiles with deterministic fallback. Returns: { scenario (agents, variables, graph, evidenceFindingIds), warnings }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoScenario name. Defaults to the top research theme.
roundsNoRun budget max rounds.
adapterNoAdapter mode. Defaults to local.
researchNoOptional ResearchStore JSON string. Omit to load the current workspace research store.
maxAgentsNoRun budget max agents.
agentCountNoTarget model-swarm agent count.
hypothesisNoProduct hypothesis to pressure-test.
Behavior3/5

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

No annotations exist, so the description carries the full burden. It describes the return format and technical behavior (local vs. model-swarm adapter), but lacks details about failure modes, side effects, or rate limits.

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?

Three concise sentences front-loading the purpose, then prerequisites and technical details, then the output format. No wasted words.

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?

Given no output schema, the description outlines the return structure clearly. It covers prerequisites and default behavior. Minor gaps exist (e.g., error handling), but overall it is sufficiently complete for a tool with 7 parameters and moderate complexity.

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 provides 100% coverage with descriptions for all 7 parameters. The description adds minimal extra context (e.g., default values for adapter and name), but does not significantly enrich understanding beyond the schema.

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 states the specific verb 'Create' and resource 'clean-room product simulation scenario', but lacks explicit differentiation from sibling simulation tools like `simulation_run` or `simulation_generate_agents`.

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 description provides a prerequisite and explains when to use the tool (to create a scenario from research evidence), but does not explicitly state when not to use it or list alternative approaches among siblings.

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