Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
deepNoIf true, runs Haiku analysis on each README. Costs API tokens. Default false.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description must disclose behavior. It reveals that the operation reads public data, returns specific fields, and deep=true costs API tokens. Missing details on auth requirements, rate limits, or failure scenarios, but acceptable given the tool's simplicity.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (4 sentences), front-loaded with purpose, and every sentence provides essential information without fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given one non-required parameter, no output schema, and no annotations, the description covers the tool's functionality well—returns, deep mode behavior, cost implications. A minor gap: no mention of pagination or limit on number of repos returned.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% (1 param, described in schema). The description adds value by explaining what deep=true does in detail (extracts stack, complexity, etc.) and when to use it, going beyond the schema's basic description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Fetch') and resource ('public GitHub repos for the user'), and is distinct from siblings like 'get_profile' (user profile) and 'read_repo' (single repo). It is specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit guidance on when to use deep=true ('when you explicitly need structured analysis and the user has authorized API spend') and when to omit it ('for the free metadata+README fetch'). However, it does not compare to sibling tools like 'read_repo', which might be more appropriate for a single repo.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jarmstrong158/skillmatch-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server