Skip to main content
Glama

start_feature

Read-only

Initiates a complete new feature development workflow: checks context, generates specification, and estimates effort. For specification-only tasks, use add_feature.

Instructions

当用户需要完整的新功能开发流程时使用。编排:检查上下文→生成规格→估算工作量。若只需规格文档请用 add_feature

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
docs_dirNo文档输出目录,默认为 docs
descriptionNo功能详细描述。可以是简短的自然语言(如'开发用户认证功能')或详细的需求说明
feature_nameNo功能名称(kebab-case 格式,如 user-auth)。可选,如果不提供会从 description 自动提取
project_rootNo项目根目录绝对路径。建议显式传入;docs_dir 等相对路径参数应统一相对该项目根目录解析,避免依赖客户端 cwd。
loop_max_roundsNo需求 loop 最大轮次(默认 2)
template_profileNo模板档位:auto(默认,自动选择 guided/strict)、guided(普通模型友好)或 strict(结构更紧凑)
requirements_modeNo需求模式:steady(默认,直接生成规格)或 loop(需求澄清与补全)
loop_assumption_capNo每轮假设上限(默认 3)
loop_question_budgetNo每轮最多提问数量(默认 5)
Behavior1/5

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

The description states the tool generates specifications and estimates, which implies writing to files (e.g., docs_dir), contradicting the readOnlyHint=true annotation that suggests no state modification. The description does not clarify this inconsistency or disclose other behavioral traits.

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?

The description is two sentences long, front-loaded with purpose, and every sentence adds value. No wasted words; it efficiently conveys purpose, steps, and differentiation from sibling.

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

Completeness3/5

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

While the description covers purpose and usage, it lacks details on return values, side effects, or how the orchestration interacts with other tools. Given the complexity of 9 parameters and no output schema, the description should provide more context on the overall workflow and outcomes.

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?

All 9 parameters have full descriptions in the input schema, so the description adds no additional parameter meaning. Baseline of 3 is appropriate as it neither enhances nor detracts from schema-provided information.

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?

Description clearly states the tool is for orchestrating a full new feature development workflow. It uses specific verbs ('使用', '编排') and identifies the resource ('完整的新功能开发流程'). It also explicitly distinguishes from sibling 'add_feature', which is for specification documents only.

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?

Description provides clear when-to-use ('当用户需要完整的新功能开发流程时使用') and when-not-to-use ('若只需规格文档请用 add_feature'). It also outlines the orchestration steps (check context -> generate spec -> estimate), giving context on the expected workflow.

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/mybolide/mcp-probe-kit'

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