Skip to main content
Glama

brainstorm_collect

Read-only

Submit collected model responses to progress a multi-model brainstorm. Get the next prompt, a synthesis prompt, or the final formatted debate result.

Instructions

Submit collected model responses for a hosted brainstorm session. After receiving prompts from brainstorm (mode='hosted') or a previous brainstorm_collect call, execute each prompt by spawning a sub-agent for EACH model (use the model parameter to select the right model, e.g., model='sonnet' or model='haiku'). Collect all responses and submit them here. This tool returns either: (1) the next round's prompt to execute, (2) a synthesis prompt for a single model, or (3) the final formatted debate result when complete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
responsesYesArray of model responses collected by the host
session_idYesThe session ID from the brainstorm tool
Behavior4/5

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

Annotations include readOnlyHint: true, which already signals a non-destructive operation. The description adds transparency by explaining the three return outcomes (next prompt, synthesis prompt, final result) and the nested structure of responses required, without conflicting with the annotation. It could mention whether the session state is updated, but the return-value description suffices.

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?

The description is verbose but appropriately detailed for a multi-step workflow. It avoids redundancy and clearly structures the steps and return types. Some minor redundancy exists (e.g., repeating 'brainstorm' mode), but it remains readable and direct.

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?

With readOnlyHint already provided, the description covers the tool's purpose, usage sequence, return types, and parameter details. It lacks mention of error conditions or session expiration, but for the tool's complexity, this is sufficient. Overall, it gives the agent enough context to use the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All two required parameters (session_id and responses) are fully described in the schema with clear semantics. The description further clarifies the 'model' parameter by giving examples ('sonnet' or 'haiku') and emphasizes the requirement to collect responses for each model, enhancing the schema's clarity. Coverage is 100%.

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 clearly states the tool's purpose: 'Submit collected model responses for a hosted brainstorm session.' It specifies the exact action (submit responses) and the resource (brainstorm session), and distinguishes it from siblings by referencing the workflow of the `brainstorm` tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use guidance: after receiving prompts from `brainstorm` (mode='hosted') or a previous `brainstorm_collect` call. It also explains the required workflow (execute each prompt per model using the model parameter) and lists the three possible return types, giving clear context for invocation.

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/spranab/brainstorm-mcp'

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