[mcp-analysis] MCP Structural Analysis - 2026-07-02 #42957
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by GitHub MCP Structural Analysis. A newer discussion is available at Discussion #43188. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
GitHub MCP Structural Analysis — 2026-07-02
All 10 representative GitHub MCP tools were reachable via the configured HTTP server this run (
awmg-github v0.3.32). 10 tools analyzed, avg usefulness 3.60/5, ~10.2K tokens total.Key findings
get_file_contents(full text + SHA, immediately actionable) andlist_discussions(only tool with real GraphQL cursor pagination +totalCount).get_me— still403 Resource not accessible by integration; the CIGITHUB_TOKENlacks/userscope. Environmental, not a design regression.search_repositories(~3969 tok, noperPage→ full default page),list_pull_requests(~2878 tok, base/head each re-embed a full repo object),list_issues(~1874 tok, driven by long AI-generated issue bodies).list_code_scanning_alertsreturned[](19 tok — zero open critical/high alerts),get_label(69 tok),search_users(146 tok).users/actionstoolsets are consistently reachable again after earlier permission gaps.Recommendations
get_file_contents,list_discussions,list_issues,list_pull_requests,actions_list,search_users.list_discussions(196 tok/5⭐),actions_list(173 tok/4⭐),search_users(146 tok/4⭐).perPagetosearch_repositories; avoid fetchingbodyonlist_issues/list_pull_requestswhen only triaging; expectlist_code_scanning_alertsto balloon (~1–2.4K tok/alert from embeddedrule.help) on non-empty results — fetch full rule help on-demand instead.get_me— derive identity from workflow context instead.Full Structural Analysis Report
Executive Summary
Usefulness Ratings for Agentic Work
[]here (tiny); very verbose per-alert when non-emptySchema Analysis
Response Size Analysis
Tool-by-Tool Analysis
[](0 open critical/high); verbose when populated30-Day Trend Summary
Recommendations
Visualizations
Response Size by Toolset
Usefulness Ratings
Daily Token Trend
Size vs Usefulness
References: §28590153883
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpgSee Network Configuration for more information.
Beta Was this translation helpful? Give feedback.
All reactions