Skip to main content
Glama

Create Idea

create_idea

Start a product idea in the backlog with a required title. Optionally include a body, link to a customer insight, or scope to a specific product.

Instructions

Create an idea in the backlog and return it (starts with 0 votes, status 'new'). Link the evidence it came from with insight_id (from list_insights). product_id defaults to the primary product. Only title is required. Grow it with vote_idea, then promote_idea turns the winner into a roadmap feature.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoThe idea in more detail (optional).
titleYesIdea title (the only required field), e.g. 'Bulk-edit tasks'.
insight_idNoCustomer insight this idea came from, from list_insights (optional; welds evidence to the idea).
product_idNoProduct to scope it to, from whoami (optional; the primary product when omitted).
Behavior5/5

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

Discloses default behavior (status 'new', 0 votes, product_id defaults to primary product) and links to evidence via insight_id. Annotations are consistent; description adds value beyond them.

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 sentences, front-loaded with purpose, each sentence adds value. Efficient and well-structured.

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?

Complete for a creation tool: explains what is returned, required/optional fields, defaults, and workflow context. No output schema, but description compensates.

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?

Schema covers all 4 params (100%). Description adds extra meaning: default values for votes/status, product_id default, relationship of insight_id, and that only title is required.

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?

Clearly states 'Create an idea in the backlog and return it'. Specific verb+resource, distinguishes from siblings like update_idea, list_ideas, vote_idea.

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 clear context for when to use (creating an idea) and gives workflow hints ('Grow it with vote_idea, then promote_idea'). However, no explicit exclusions or when-not-to-use guidance.

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/AIOProductOS/claude-plugin'

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