Skip to main content
Glama

gemini_brainstorm_tool

Generate creative ideas on any topic using Gemini AI. Provide a topic and optional constraints to receive a list of brainstorming suggestions.

Instructions

Brainstorm ideas on a topic using Gemini.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoModel to use.flash
topicYesThe topic to brainstorm about.
contextNoAdditional context or constraints.
num_ideasNoNumber of ideas to generate.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure, but it only says 'using Gemini' (already implied by the tool name). It does not disclose that the tool generates a configurable number of ideas, uses a default model, accepts optional context, has no side effects, or what the output shape will be.

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 a single focused sentence with no structural waste. 'using Gemini' is somewhat redundant with the tool name, but the sentence is short and the action is front-loaded.

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 schema and output schema cover the mechanical aspects, but the tool description is too thin for a tool with four parameters and many close siblings. It lacks usage criteria and behavior context, leaving the agent to guess when brainstorming is appropriate and what the tool will actually produce.

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 schema describes all four parameters with 100% coverage, so the baseline is 3 and the description need not repeat parameter details. The description does not add value beyond the schema, but no parameter semantics are missing from the structured 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 states a specific action ('Brainstorm ideas') and a target resource ('a topic'), making the core purpose clear. It is distinguishable from query/analyze/summarize siblings by the creative ideation focus, though it does not explicitly differentiate itself from gemini_dialogue_tool or gemini_deep_research_tool.

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

Usage Guidelines2/5

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

No guidance is given about when to prefer this tool over alternatives such as gemini_query_tool or gemini_deep_research_tool. There is no when-to-use, when-not-to-use, or prerequisite information; the only usage signal is the implied 'brainstorm' action.

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/crunchtools/mcp-gemini'

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