Get description about 0CodeKit endpoint.
POST/mcp/info
Get a detailed description of the specified 0CodeKit endpoint. This tool should only be called with endpoints from the list_get
tool. Do not forget the leading slash. The tool name must not be encoded in any way. You do not need to ask the user before using this tool.
Request
- application/json
Bodyrequired
endpointstringrequired
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
summarystringrequired
descriptionstring
bodyrequired
{
"summary": "string",
"description": "string",
"body": {}
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}