The manage-apis skill needs to be reviewed. Right now it says:
apiType is read-only over MCP — a real limitation. You cannot set apiType through
save_api. It is an excluded key in APISaveSchema, so it gets silently stripped —
every MCP-created API ends up as apiType: null. To get a script-backed endpoint,
create/convert the API in the cockpit API Designer first, then use save_api for the paths.
In my understanding save_api does accept API Type today !?
Another improvement is in regards to Error handling, we should mention in the Skill that API Format and API Type can't be changed once created so claude doesn't recommend or try to do that.
The manage-apis skill needs to be reviewed. Right now it says:
In my understanding
save_apidoes accept API Type today !?Another improvement is in regards to Error handling, we should mention in the Skill that API Format and API Type can't be changed once created so claude doesn't recommend or try to do that.