{"name":"repo-health-brief","description":"Assesses whether a public GitHub repo is safe to depend on, in one call: health score, README, and star history. Composite: one call runs github-repo-health + github-readme + github-stars-history in parallel. Returns the 0-100 maintainability score with grade (abandoned/stale/okay/healthy/thriving) and LLM verdict, the raw README markdown (truncated at 20k chars), and a sampled cumulative-stars-vs-date growth series. stars-history is optional: if it fails the response degrades instead of failing. Includes composed_of + per-component telemetry. Use it as a GitHub repo brief, open-source dependency vetting bundle, or should-I-depend-on-this-repo check.","price":"$0.05","method":"POST","input_schema":{"properties":{"repo":{"type":"string","description":"Repository in 'owner/name' form (e.g. 'vercel/next.js')."}},"required":["repo"]},"input_example":{"repo":"vercel/next.js"},"output_example":{"repo":"vercel/next.js","health":{"score":95,"grade":"thriving","verdict":"Highly active..."},"readme":{"raw_markdown":"# Next.js\n\nThe React Framework…","char_count":18000},"stars_history":{"current_stars":124530,"history":[{"date":"2020-06-04","cumulative_stars":62100}]},"composed_of":["github-repo-health","github-readme","github-stars-history"],"components":[{"name":"github-repo-health","ok":true,"ms":3200},{"name":"github-readme","ok":true,"ms":420},{"name":"github-stars-history","ok":true,"ms":980}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}