mcp_config_organization_member_management.json•965 B
{
"server": {
"url": "https://api.clickhouse.cloud"
},
"authentication": [
{
"password": "PASSWORD",
"schema_parameters": {
"scheme": "basic"
},
"type": "http",
"username": "USERNAME"
}
],
"operations": [
{
"description": "Returns a list with a single organization associated with the API key in the request.",
"name": "get_v1_organizations"
},
{
"description": "Returns a list of all members in the organization.",
"name": "get_v1_organizations__organization_id_members"
},
{
"description": "Removes a user from the organization",
"name": "delete_v1_organizations__organization_id_members__user_id"
},
{
"description": "Returns a single organization member details.",
"name": "get_v1_organizations__organization_id_members__user_id"
},
{
"description": "Updates organization member role.",
"name": "patch_v1_organizations__organization_id_members__user_id"
}
]
}