Skip to main content
Glama

MCP Server for Coroot

delete_api_key

Remove and deactivate an API key from a project in the MCP Server for Coroot to enhance security and manage access effectively. Requires project ID and the key string. Action is irreversible.

Instructions

Delete an API key.

Removes an API key from the project. This action cannot be undone.

Args: project_id: Project ID key: The API key to delete (the actual key string)

Input Schema

NameRequiredDescriptionDefault
keyYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "key": { "title": "Key", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id", "key" ], "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