René's URL Explorer Experiment


Title: Reduce context usage for `projects_list` / `projects_get` project item responses · Issue #2383 · github/github-mcp-server · GitHub

Open Graph Title: Reduce context usage for `projects_list` / `projects_get` project item responses · Issue #2383 · github/github-mcp-server

X Title: Reduce context usage for `projects_list` / `projects_get` project item responses · Issue #2383 · github/github-mcp-server

Description: Problem The projects_list and projects_get tools return extremely large payloads when fetching project items, making them impractical for LLM-based workflows that need to operate within context window limits. Each project item response i...

Open Graph Description: Problem The projects_list and projects_get tools return extremely large payloads when fetching project items, making them impractical for LLM-based workflows that need to operate within context win...

X Description: Problem The projects_list and projects_get tools return extremely large payloads when fetching project items, making them impractical for LLM-based workflows that need to operate within context win...

Opengraph URL: https://github.com/github/github-mcp-server/issues/2383

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Reduce context usage for `projects_list` / `projects_get` project item responses","articleBody":"## Problem\n\nThe `projects_list` and `projects_get` tools return extremely large payloads when fetching project items, making them impractical for LLM-based workflows that need to operate within context window limits.\n\nEach project item response includes the full `content` object with:\n- Complete issue/PR body text\n- Full repository object (~2KB of URL templates)\n- Full user objects for author, assignee, milestone creator (~500B each)\n- Reaction URLs, label URLs, and other metadata\n\n**Measured impact:** A single project item response is easily ~8KB+. A `list_project_items` call returning 50 items (max `per_page`) produces ~400KB / ~100K tokens — roughly half of a typical LLM context window. At 100 items across two pages, the response consumes the entire context window.\n\nThe `fields` parameter controls which *project fields* (Status, Cycle, etc.) are included, but there is no way to suppress or reduce the `content` object that dominates the response size.\n\n## Usecase\n\nI want to be able to take programatic action across my project board (e.g., get me all items that have been updated in the last week). I want to be manipulating them with the same level of information at the project board UI layer, not with a bunch of extra content (e.g.,, issue/PR body). I'll fetch those explicitly if I need them. \n\n## What the useful data looks like\n\nFor project board operations, what's actually needed per item is:\n\n| Field | Example | Size |\n|-------|---------|------|\n| `item_id` | `146039219` | tiny |\n| `content.number` | `111` | tiny |\n| `content.title` | `\"Robust wallet management\"` | small |\n| `content.state` | `\"closed\"` | tiny |\n| `content.html_url` | `\"https://github.com/FilOzone/dealbot/issues/111\"` | small |\n| `content.assignees[].login` | `[\"rvagg\", \"SgtPooki\"]` | small |\n| `content.milestone.title` | `\"M4.1: mainnet ready\"` | small |\n| `content.repository.full_name` | `\"FilOzone/dealbot\"` | small |\n| Project fields | Status, Cycle, etc. | small |\n\nThis is ~200-300 bytes per item. The other ~7.5KB per item (issue body, full repo object, full user objects with all URL templates) is rarely needed for project board workflows.\n\n## Suggested approach\n\nApply the same \"minimal type\" pattern used in #2023, #2025, and #2028 to the projects tools:\n\n1. Default to a minimal `content` representation (title, number, state, html_url, assignee logins, milestone title, repo full_name, labels)\n2. Omit the issue/PR `body`, full `repository` object, and expanded `user` objects by default\n3. Optionally, add a `minimal_output` parameter (like `search_repositories` already has) to let callers choose\n\n## Context\n\nThis is the same class of problem reported in #142 for `list_commits` (5-6KB per commit) and discussed in #181 (response trimming). The recent fixes for `issue_read` (#2023), issue comments (#2025), and `create_or_update_file` (#2028) show the pattern works well — applying it to the projects tools would make them viable for LLM workflows that query project boards with dozens or hundreds of items.\n","author":{"url":"https://github.com/BigLep","@type":"Person","name":"BigLep"},"datePublished":"2026-04-24T16:42:22.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/2383/github-mcp-server/issues/2383"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:6eede765-4dfb-b914-8ec8-d54660457edf
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idAD0A:1A456E:121FE67:186B889:6A62C823
html-safe-nonce6414301f2a61854a7c62205bccbdb55035ec60507f0c968b5ed89462c5e16edb
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBRDBBOjFBNDU2RToxMjFGRTY3OjE4NkI4ODk6NkE2MkM4MjMiLCJ2aXNpdG9yX2lkIjoiNDU1NTQ2MDIxNjc5MzI1MzkyMyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac54bdf5590f4b1b17c2f25f6e47993ec589a6c72dbc7c02430b56d8e9c5c79270
hovercard-subject-tagissue:4324333041
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/github/github-mcp-server/2383/issue_layout
twitter:imagehttps://opengraph.githubassets.com/bb671a200f2f8cdfed577d343ddfad487a7d560b2fd60de559fcc28cb5c8e9f9/github/github-mcp-server/issues/2383
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/bb671a200f2f8cdfed577d343ddfad487a7d560b2fd60de559fcc28cb5c8e9f9/github/github-mcp-server/issues/2383
og:image:altProblem The projects_list and projects_get tools return extremely large payloads when fetching project items, making them impractical for LLM-based workflows that need to operate within context win...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameBigLep
hostnamegithub.com
expected-hostnamegithub.com
Nonedf33b1b61ee7b9a0af988199bfc3503c9c1acafb1f1d40e1f140ea7c84f890dd
turbo-cache-controlno-preview
go-importgithub.com/github/github-mcp-server git https://github.com/github/github-mcp-server.git
octolytics-dimension-user_id9919
octolytics-dimension-user_logingithub
octolytics-dimension-repository_id942771284
octolytics-dimension-repository_nwogithub/github-mcp-server
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id942771284
octolytics-dimension-repository_network_root_nwogithub/github-mcp-server
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
released41cd1bdb290013455c0ac430fa755621733f5eb
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/github/github-mcp-server/issues/2383#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Fgithub-mcp-server%2Fissues%2F2383
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub%2Fgithub-mcp-server%2Fissues%2F2383
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=github%2Fgithub-mcp-server
Reloadhttps://github.com/github/github-mcp-server/issues/2383
Reloadhttps://github.com/github/github-mcp-server/issues/2383
Reloadhttps://github.com/github/github-mcp-server/issues/2383
Please reload this pagehttps://github.com/github/github-mcp-server/issues/2383
github https://github.com/github
github-mcp-serverhttps://github.com/github/github-mcp-server
Notifications https://github.com/login?return_to=%2Fgithub%2Fgithub-mcp-server
Fork 4.6k https://github.com/login?return_to=%2Fgithub%2Fgithub-mcp-server
Star 31.7k https://github.com/login?return_to=%2Fgithub%2Fgithub-mcp-server
Code https://github.com/github/github-mcp-server
Issues 172 https://github.com/github/github-mcp-server/issues
Pull requests 162 https://github.com/github/github-mcp-server/pulls
Discussions https://github.com/github/github-mcp-server/discussions
Actions https://github.com/github/github-mcp-server/actions
Models https://github.com/github/github-mcp-server/models
Security and quality 2 https://github.com/github/github-mcp-server/security
Insights https://github.com/github/github-mcp-server/pulse
Code https://github.com/github/github-mcp-server
Issues https://github.com/github/github-mcp-server/issues
Pull requests https://github.com/github/github-mcp-server/pulls
Discussions https://github.com/github/github-mcp-server/discussions
Actions https://github.com/github/github-mcp-server/actions
Models https://github.com/github/github-mcp-server/models
Security and quality https://github.com/github/github-mcp-server/security
Insights https://github.com/github/github-mcp-server/pulse
#2563https://github.com/github/github-mcp-server/pull/2563
Reduce context usage for projects_list / projects_get project item responseshttps://github.com/github/github-mcp-server/issues/2383#top
#2563https://github.com/github/github-mcp-server/pull/2563
https://github.com/RossTarrant
https://github.com/BigLep
BigLephttps://github.com/BigLep
on Apr 24, 2026https://github.com/github/github-mcp-server/issues/2383#issue-4324333041
#2023https://github.com/github/github-mcp-server/issues/2023
#2025https://github.com/github/github-mcp-server/issues/2025
#2028https://github.com/github/github-mcp-server/issues/2028
#142https://github.com/github/github-mcp-server/issues/142
#181https://github.com/github/github-mcp-server/issues/181
#2023https://github.com/github/github-mcp-server/issues/2023
#2025https://github.com/github/github-mcp-server/issues/2025
#2028https://github.com/github/github-mcp-server/issues/2028
RossTarranthttps://github.com/RossTarrant
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.