Skip to main content
Glama

analyze_initiative

Enforce a structured product analysis checklist (target users, competition, risks, MVP scope, RICE rationale) on an initiative before scoring. Returns a framework to fill, then call add_initiative and score_initiative.

Instructions

Force a senior-PM analysis SOP on one initiative BEFORE scoring. Returns the initiative body + a structured checklist (target users / competition / market signal / risks / MVP scope / out-of-scope / RICE rationale) the AI client must fill in inline as its response. Loads plan-knowledge.md context if present. The tool does NOT call an LLM — it scaffolds the prompt so the AI doesn't shortcut into a shallow read. Use this WHENEVER an idea originates from chat / WebFetch and lacks a thorough product analysis. After filling the checklist, call add_initiative(overwrite=true) with the enriched body, then score_initiative. Framework options: 'default' (7 sections), 'lite' (4 sections), 'lean_canvas' (9 blocks). Returns {initiative, framework, methodology_context, analysis_checklist, instructions, next_step_hint}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
initiative_idYes
frameworkNodefault
Behavior5/5

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

Discloses key behavioral traits: the tool does not call an LLM, it loads plan-knowledge.md context, forces a SOP, and returns a structured checklist for the AI to fill inline. With no annotations provided, the description fully compensates by detailing what the tool does and does not do.

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 thorough but slightly verbose; still, every sentence contributes value. It is well-structured, starting with purpose, then usage guidance, then behavioral details, then framework options, and ending with return fields.

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 complexity (no annotations, no output schema), the description is remarkably complete. It covers purpose, usage, behavior, parameters, return value, and integration with other tools (add_initiative, score_initiative). An agent can correctly select and invoke this 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 explains both parameters: initiative_id (required, string), and framework (optional, with enumerated options: 'default', 'lite', 'lean_canvas' and descriptions of each). Also describes the return value structure, adding meaning beyond the schema.

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?

Describes a specific action: forcing a senior-PM analysis SOP on an initiative before scoring. Clearly distinguishes from siblings like score_initiative and add_initiative by stating it is a prerequisite step and that it does not call an LLM but scaffolds the prompt.

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?

Explicitly states when to use: 'WHENEVER an idea originates from chat / WebFetch and lacks a thorough product analysis.' Also provides a clear sequence of next steps: after filling the checklist, call add_initiative(overwrite=true) then score_initiative.

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/kao273183/mk-plan-master'

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