integrations_get_endpoints
ActiveTool of io.github.saloprj/dialogbrain
List every endpoint (operationId, method, path) registered on an HTTP-API integration. Identify it by `integration_id` or `base_url`. Use this to review what tools exist before integrations.remove_endpoints or add_endpoints.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"base_url": {
"type": "string",
"description": "Or the integration's base URL, e.g. https://api.boomnow.com"
},
"integration_id": {
"type": "integer",
"description": "Integration id (from integrations.list)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries