Skip to main content
Glama

create_openspec_project

Automatically create an OpenSpec project from a natural language description. Specify project name and optional tech stack to generate compliant specification files.

Instructions

基于需求描述自动创建OpenSpec项目

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
techStackNo技术栈偏好(可选)
descriptionYes项目需求描述
projectNameYes项目名称
Behavior2/5

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

No annotations provided, so the description carries full burden. It only says 'automatically create' without disclosing side effects, expected outcomes, permissions, or any behavioral traits beyond basic mutation.

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?

Single sentence is front-loaded with the core action, no unnecessary words. However, it could be slightly expanded to include more context without becoming verbose.

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?

Given no output schema and no annotations, the description is too brief. It lacks information about return values, project structure, or what 'automatically' entails, leaving significant gaps for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema has 100% coverage, but the description adds no extra meaning beyond the parameter names and descriptions. It does not explain how parameters interplay or provide examples.

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 clearly states the action (automatically create OpenSpec project) and the input (requirement description). It is specific and directly maps to the tool name, but does not differentiate from sibling tools like generate_openspec_spec or optimize_code_by_spec.

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 on when to use this tool versus alternatives. The description does not mention prerequisites, context, or scenarios where this tool is preferred over siblings.

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/leon30083/trae-openspec-mcp'

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