fetch_github_readme
Fetch README content from any GitHub repository URL to quickly access project documentation.
Instructions
Fetch README content from a GitHub repository.
Best for: Getting project documentation quickly. Not recommended for: Non-GitHub URLs — use free_extract instead.
@readOnly true @idempotent true — makes outbound HTTP requests to raw.githubusercontent.com.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | GitHub repository URL (e.g., https://github.com/owner/repo) |