Skip to main content
Glama

GitHub MCP Server

list_project_v2_items

Fetch and display items from a GitHub project V2 using GraphQL API by specifying the project ID, item count, and pagination cursor for efficient navigation.

Instructions

List items in a GitHub project V2 using GraphQL API

Input Schema

NameRequiredDescriptionDefault
afterNoCursor for pagination
firstNoNumber of items to fetch (max 100)
projectIdYesThe node ID of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "after": { "description": "Cursor for pagination", "type": "string" }, "first": { "description": "Number of items to fetch (max 100)", "type": "number" }, "projectId": { "description": "The node ID of the project", "type": "string" } }, "required": [ "projectId" ], "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