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
Today's analysis tested 9 GitHub MCP tools across 8 toolsets. Day 4 of tracking. Total tokens consumed today: 11,225 (avg 3.56/5 usefulness). Top performers remain get_file_contents, search_repositories (⭐⭐⭐⭐⭐). get_me continues returning 403. list_code_scanning_alerts was empty today (alternates between empty and massive dumps across days — the core pagination problem persists). The 4-day trend shows token usage stabilizing after a spike on day 3.
Full Structural Analysis Report
Executive Summary
Metric
Value
Tools Analyzed
9
Total Tokens (Today)
11,225
Average Usefulness Rating
3.56 / 5
Best Rated Tools
get_file_contents, search_repositories — 5/5
Worst Rated Tool
get_me — 1/5 (403 error, 4 days consistent)
Days of Trend Data
4 (2026-03-30 → 2026-04-02)
Usefulness Ratings for Agentic Work
Tool
Toolset
Rating
Assessment
get_file_contents
repos
⭐⭐⭐⭐⭐
Excellent — direct content + SHA; immediately actionable
search_repositories
search
⭐⭐⭐⭐⭐
Excellent — minimal_output default; perfect for discovery
list_discussions
discussions
⭐⭐⭐⭐
Good — very compact (155 tokens), cursor pagination works
list_issues
issues
⭐⭐⭐⭐
Good — body can balloon with diffs; otherwise solid
list_pull_requests
pull_requests
⭐⭐⭐⭐
Good — nested base/head adds depth but draft/merged flags are high-value
list_workflows
actions
⭐⭐⭐
Adequate — per_page ignored; 5 URL fields per entry is bloat
list_label
labels
⭐⭐⭐
Adequate — returns all 445 labels with no pagination; flat but heavy
list_code_scanning_alerts
code_security
⭐⭐⭐
Adequate when empty; massive (34K+ tokens) when alerts exist with no pagination control
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.
-
Today's analysis tested 9 GitHub MCP tools across 8 toolsets. Day 4 of tracking. Total tokens consumed today: 11,225 (avg 3.56/5 usefulness). Top performers remain
get_file_contents,search_repositories(⭐⭐⭐⭐⭐).get_mecontinues returning 403.list_code_scanning_alertswas empty today (alternates between empty and massive dumps across days — the core pagination problem persists). The 4-day trend shows token usage stabilizing after a spike on day 3.Full Structural Analysis Report
Executive Summary
get_file_contents,search_repositories— 5/5get_me— 1/5 (403 error, 4 days consistent)Usefulness Ratings for Agentic Work
get_file_contentssearch_repositorieslist_discussionslist_issueslist_pull_requestslist_workflowslist_labellist_code_scanning_alertsget_meSchema Analysis
get_melist_issueslist_pull_requestslist_workflowsget_file_contentslist_discussionslist_code_scanning_alertslist_labelsearch_repositoriesResponse Size Analysis (Today)
Tool-by-Tool Analysis
get_melist_issueslist_pull_requestslist_workflowsget_file_contentslist_discussionslist_code_scanning_alertslist_labelsearch_repositories4-Day Trend Summary
Observations:
list_code_scanning_alerts(empty vs full dump)Recommendations
High-value tools (4-5 ⭐) — use freely:
get_file_contents,search_repositories— gold standard for context efficiencylist_discussions,list_issues,list_pull_requests— good with awareness of body sizeTools needing improvement:
list_code_scanning_alerts— critical gap: needs pagination (per_pageparam); alternates between 0 and 34K+ tokenslist_workflows—per_pageparameter is silently ignored; 5 URL fields per entry is unnecessarylist_label— no pagination; returns all labels regardless of repo sizeContext efficiency tips:
search_repositoriesoverget_file_contentsfor repo discoverylist_code_scanning_alertswithout defensive context guardsVisualizations
Response Size by Tool
Usefulness Ratings
Daily Token Trend
Size vs Usefulness
4-Day Usefulness Heatmap
References:
Beta Was this translation helpful? Give feedback.
All reactions