get_portfolio
Retrieve public GitHub repos for a user, including metadata and README text. Optionally perform Haiku-powered analysis for detailed insights on stack, complexity, and achievements.
Instructions
Fetch public GitHub repos for the user. Returns repo name, description, language, topics, last updated, homepage, and README content for each repo. Pass deep=true to also run a Haiku-powered analysis of each README, extracting stack, what it does, complexity, and notable achievements. Omit deep (or pass false) for the free metadata+README fetch. Only use deep=true when you explicitly need structured analysis and the user has authorized API spend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deep | No | If true, runs Haiku analysis on each README. Costs API tokens. Default false. |