Skip to main content
Glama

GitHub MCP Server

move_card

Move a GitHub card to a specified position or column by providing the card ID, target position, and optional column ID for organization.

Instructions

Move a card to a different position or column

Input Schema

NameRequiredDescriptionDefault
card_idYesThe unique identifier of the card
column_idNoThe column ID to move the card to
positionYesThe position of the card (top, bottom, or after:<card_id>)

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" }, "column_id": { "description": "The column ID to move the card to", "type": "number" }, "position": { "anyOf": [ { "enum": [ "top", "bottom" ], "type": "string" }, { "pattern": "^after:\\d+$", "type": "string" } ], "description": "The position of the card (top, bottom, or after:<card_id>)" } }, "required": [ "card_id", "position" ], "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