← スキル一覧に戻る

tool-generation
by davidruzicka
Universal MCP server that generates MCP tools for any OpenAPI 3.x specification.
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: tool-generation description: Add or adjust MCP tool generation from OpenAPI, including composite tools. Use when changing tool definitions, OpenAPI parsing, or composite execution.
Tool generation
When to use
- Changing tool generation logic or output
- Adjusting OpenAPI parsing or operation lookup
- Adding or changing composite tools
Steps
- Update the relevant types in
src/types/profile.tsif tool definitions change. - Modify
src/tool-generator.tsfor tool generation behavior. - Modify
src/openapi-parser.tsfor operation lookup or parsing. - For composite tools, update
src/composite-executor.tsand ensure steps use store_as and depends_on correctly. - Update tests in
src/tool-generator.test.tsandsrc/composite-executor.test.ts.
Checks and tests
- Run
npm run typecheckbefore finishing. - Run
npm testwith a targeted pattern if needed.
Notes
- Composite tools should use steps with
store_asanddepends_on. - Use
partial_resultsonly if callers can handle partial output.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です