Skip to main content
Glama

create_project_card

Generate a new card in a project column by specifying the column ID and adding note content. Simplify task organization and tracking within your project workflow.

Instructions

Create a new card in a project column

Input Schema

NameRequiredDescriptionDefault
column_idYesThe ID of the column
noteYesThe note content for the card

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "column_id": { "description": "The ID of the column", "type": "number" }, "note": { "description": "The note content for the card", "type": "string" } }, "required": [ "column_id", "note" ], "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/MissionSquad/mcp-github'

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