Skip to main content
Glama

mcp-github-project-manager

update_project_view

Modify a GitHub project view by updating its name and layout, enabling efficient organization of tasks and milestones within the mcp-github-project-manager.

Instructions

Update a view in a GitHub project

Input Schema

NameRequiredDescriptionDefault
layoutNo
nameNo
projectIdYes
viewIdYes

Input Schema (JSON Schema)

{ "properties": { "layout": { "enum": [ "board", "table", "timeline", "roadmap" ] }, "name": { "type": "string" }, "projectId": { "type": "string" }, "viewId": { "type": "string" } }, "required": [ "projectId", "viewId" ], "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/kunwarVivek/mcp-github-project-manager'

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