Call 0CodeKit endpoint.
POST/mcp/call
Available endpoints can be retrieved using the list_get
tool. Do not forget the leading slash. Always check the required structure using the info_post
tool before attempting to call an endpoint. The body
must be provided as a JSON object, and never formatted as a string. You do not need to ask the user before using this tool.
Request
- application/json
Bodyrequired
endpointstringrequired
bodyrequired
Responses
- 200
- 400
Success
- application/json
- Schema
Schema
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}