Skip to content

fix(skills): rename ghost tool models_train -> trainings_create#29

Merged
tonylampada merged 2 commits into
mainfrom
fm/mcp05-ghosttool
Jul 7, 2026
Merged

fix(skills): rename ghost tool models_train -> trainings_create#29
tonylampada merged 2 commits into
mainfrom
fm/mcp05-ghosttool

Conversation

@tonylampada

Copy link
Copy Markdown
Contributor

Problem

Our agent-facing skill docs told agents to call `models_train` — a tool that does not exist in the Roboflow MCP server.

  • Every agent following the docs failed at the training step.
  • The real registered tool is `trainings_create` (roboflow-mcp: `src/roboflow_mcp/tools/models.py`).
  • This ghost tool was a direct cause of the ChatGPT-App review rejection.

Fix

Docs-only rename of the tool name `models_train` -> `trainings_create` (8 refs across 4 skill files). Surrounding prose/table cells untouched.

`grep -rn "models_train" skills/` now returns 0 hits.

🤖 Generated with Claude Code

Agents following our skill docs called `models_train`, a tool that does
not exist in the Roboflow MCP server. The real registered tool is
`trainings_create`. Every agent failed at the training step — a direct
cause of the ChatGPT-App review rejection.

Docs-only: renamed all 8 tool-name references across 4 skill files.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@tonylampada tonylampada self-assigned this Jul 5, 2026
@tonylampada
tonylampada requested a review from Mike-Medvedev July 6, 2026 20:45
@tonylampada
tonylampada merged commit 183a2a3 into main Jul 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants