Delete MCP server by ID
/tools/mcp-server/{mcp_server_id}Deletes a MCP server by ID
Path parameters
mcp_server_idstringrequiredID of the MCP server to delete
Successfully deleted MCP server
Response fields
successbooleanoptionalWhether the operation succeeded
messagestringoptionalStatus message
dataobjectoptionalSingle MCP server (returned by GET /tools/mcp-server/{mcp_server_id}).
idstringoptionalID of the MCP server
namestringoptionalName of the MCP server
descriptionstringoptionalDescription of the MCP server
mcp_server_urlstringoptionalURL of the MCP server
mcp_serversobject[]optionalList of MCP servers. Returned by /tools/mcp-server/create (the newly created server) and /tools/mcp-server/list (all servers).
idstringoptionalID of the MCP server
namestringoptionalName of the MCP server
descriptionstringoptionalDescription of the MCP server
mcp_server_urlstringoptionalURL of the MCP server
mcp_server_toolsobject[]optionalTools loaded from the MCP server. Returned by /tools/mcp-server/create alongside the server record, since tool discovery happens at create time.
idstringoptionalID of the MCP server tool
namestringoptionalName of the MCP server tool
descriptionstringoptionalDescription of the MCP server tool
input_schemaobjectoptionalInput schema of the MCP server tool
mcp_server_idstringoptionalID of the MCP server that the tool belongs to
mcp_server_urlstringoptionalURL of the MCP server