Skip to main content
Glama

MCP Server for Coroot

create_api_key

Generate an API key for sending metrics and data to the MCP Server for Coroot, ensuring secure and efficient data ingestion. The key secret is provided only during creation.

Instructions

Create a new API key for data ingestion.

Creates an API key that can be used for sending metrics and data. The key secret is only returned once during creation.

Args: project_id: Project ID name: API key name description: Optional description

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "name": { "title": "Name", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id", "name" ], "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