Skip to main content
Glama

pass_to_ai_for_comments

Generates AI-written @spec-impl comments from design documents, adding them to existing files or creating new files for the spec-driven development workflow.

Instructions

設計書を元にAIにコメント(@spec-implマーカー)を書かせる(ワークフローの3番目のステップ)。既存ファイルにコメントを追加したり、新規ファイルを作成できる。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
design_pathYes設計書のファイルパス
target_filesNo対象ファイルのパス配列(省略時は設計書から判断)
Behavior3/5

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

With no annotations provided, the description must carry the transparency burden. It does disclose that the tool can add comments to existing files or create new files, which are key behavioral traits. However, it omits details about whether existing comments are overwritten or how file modifications are handled, leaving some ambiguity.

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?

Two concise sentences effectively convey the tool's purpose, workflow step, and capabilities. Every sentence contributes meaningful information without redundancy.

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

Completeness4/5

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

The description is well-suited to its workflow context, with sibling tools and step numbering providing additional context. Parameter details are fully covered in the schema. However, it lacks information about output format or prerequisites, which would enhance completeness.

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?

Schema description coverage is 100%, with each parameter already described in the schema. The tool description adds no extra parameter semantics beyond what the schema provides, so the baseline 3 is appropriate.

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 the tool's function: having AI write comments with @spec-impl markers based on a design document. It also specifies it's the 3rd workflow step, distinguishing it from sibling tools like requirements, design, and implementation.

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?

The description explicitly positions the tool as the 3rd step in a workflow, providing clear sequencing context. It doesn't explicitly state when not to use it, but the sibling tool names and step numbering strongly imply appropriate usage scenarios.

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/erabu-yasumune/mcp-spec-comments'

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