Skip to main content
Glama

GitHub MCP Server

delete_card

Remove a card from a GitHub project by specifying its unique identifier. Simplifies project management by enabling quick deletion of obsolete or unnecessary cards.

Instructions

Delete a card from a project

Input Schema

NameRequiredDescriptionDefault
card_idYesThe unique identifier of the card

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "card_id": { "description": "The unique identifier of the card", "type": "number" } }, "required": [ "card_id" ], "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/tuanle96/mcp-github'

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