Skip to main content
Glama

brainstorm_workspace

Analyzes local project files to generate next-action brainstorm recommendations for developers, aiding offline task planning.

Instructions

Generate local, file-grounded next-action brainstorm recommendations for a workspace.

This tool is read-only and uses local project files, rules, and notes to suggest developer
next steps. It is designed to be run offline.

Parameters:
    workspace (str): The absolute path to the local project workspace.
    goal (str, optional): A specific engineering or product goal to align recommendations with. Defaults to "".
    limit (int, optional): The maximum number of recommendations to return. Defaults to 6.

Returns:
    dict[str, Any]: A dictionary containing project summary, suggestions (each with title,
    prompt, category, and tag), and execution status flags.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNo
limitNo
workspaceYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Discloses read-only nature, use of local files, and offline design. No annotations exist, so the description carries full burden. It adequately informs about behavior but omits potential side effects (none expected) or performance considerations.

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?

Well-structured with purpose first, then behavioral notes, parameter list, and return type. One sentence could be tightened ('This tool is read-only...') but overall efficient and clear.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (3 params, output schema present), the description covers purpose, usage context, parameters, and return format. No gaps identified for an offline brainstorming tool.

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?

Despite 0% schema description coverage, the description fully explains each parameter: workspace as absolute path, goal as optional alignment, limit as max count. This adds significant meaning beyond the schema's basic type info.

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 it generates next-action brainstorm recommendations for a workspace, specifying the verb (generate) and resource (workspace). It distinguishes from sibling tools by emphasizing local file grounding and offline capability, which sets it apart from analysis, audit, and scan tools.

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?

Provides context for when to use: read-only, local files, offline. However, it does not explicitly state when not to use it or suggest alternative tools among the siblings, leaving some ambiguity.

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/SSX360/matrixscroll'

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