Skip to main content
Glama

MCP Server for Coroot

delete_integration

Remove unwanted or outdated integration configurations from Coroot’s observability platform. Specifies the project ID and integration type for precise deletion, ensuring clean and efficient integration management.

Instructions

Delete an integration configuration.

Removes an integration from the project.

Args: project_id: Project ID integration_type: Type of integration to delete

Input Schema

NameRequiredDescriptionDefault
integration_typeYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "integration_type": { "title": "Integration Type", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id", "integration_type" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jamesbrink/mcp-coroot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server