You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Best-rated (5/5):get_file_contents (full text + SHA, immediately actionable) and list_discussions (only tool with real GraphQL cursor pagination + totalCount).
Worst-rated (1/5):get_me — still 403 Resource not accessible by integration; the CI GITHUB_TOKEN lacks /user scope. Environmental, not a design regression.
Cost hotspots:search_repositories (~3969 tok, no perPage → 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).
Cheapest clean signals:list_code_scanning_alerts returned [] (19 tok — zero open critical/high alerts), get_label (69 tok), search_users (146 tok).
30-day trend: avg usefulness rising (first week 3.45 → last week 3.82); the users/actions toolsets are consistently reachable again after earlier permission gaps.
Most context-efficient (low tokens, high rating):list_discussions (196 tok/5⭐), actions_list (173 tok/4⭐), search_users (146 tok/4⭐).
Use with guards (high token cost): always pass perPage to search_repositories; avoid fetching body on list_issues/list_pull_requests when only triaging; expect list_code_scanning_alerts to balloon (~1–2.4K tok/alert from embedded rule.help) on non-empty results — fetch full rule help on-demand instead.
Avoid on integration tokens:get_me — derive identity from workflow context instead.
Full Structural Analysis Report
Executive Summary
Metric
Value
Tools Analyzed
10
Total Tokens (Today)
10,216
Average Usefulness Rating
3.60/5
Best Rated Tool
get_file_contents & list_discussions: 5/5
Worst Rated Tool
get_me: 1/5 (403 integration)
Usefulness Ratings for Agentic Work
Tool
Toolset
Rating
Assessment
get_file_contents
repos
⭐⭐⭐⭐⭐
Full file text + SHA + uri, immediately actionable for reads/edits
list_discussions
discussions
⭐⭐⭐⭐⭐
Only tool with true cursor pagination + totalCount; compact items
list_issues
issues
⭐⭐⭐⭐
Rich actionable schema; cost driven by long issue bodies, not bloat
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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