Skip to main content
Glama

MCP Server for Coroot

delete_integration

Remove an integration from a project using project ID and integration type. This tool helps manage integrations in the MCP Server for Coroot by deleting specific configurations.

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