Skip to main content
Glama

MCP Server for Coroot

test_integration

Verify integration configurations for the Coroot observability platform. Test connectivity and proper setup for integrations like Prometheus or Slack by specifying project ID and integration type.

Instructions

Test an integration configuration.

Verifies that an integration is properly configured and can connect.

Args: project_id: Project ID integration_type: Type of integration (prometheus, slack, etc)

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