Skip to main content
Glama
bdbrown4

GitHub Portfolio MCP Server

by bdbrown4

Tech Stack Summary

get_tech_stack_summary

Aggregate languages and technologies across a GitHub user's repositories to summarize their tech stack. Use it to quickly assess developer skills and project focus.

Instructions

Aggregate languages and technologies across all of bdbrown4's repos.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the aggregation scope but omits any details about return format, whether the operation is read-only, or any filtering rules (e.g., forked repos excluded). This is minimal beyond stating the purpose.

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 a single, focused sentence that immediately states the tool's purpose with no extraneous information. It is well-structured and front-loaded.

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

Completeness3/5

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

For a zero-parameter tool, the description covers the scope ('all of bdbrown4's repos') and action ('aggregate'), but it lacks context about what the returned summary contains (e.g., counts, percentages, technologies list). Since there is no output schema, the description could reasonably mention return-shape details.

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?

The tool has zero parameters, so the schema fully covers parameter semantics (vacuously). The description adds no parameter-specific meaning, but with no parameters to document, the baseline of 4 is appropriate.

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 uses the specific verb 'Aggregate' and clearly states the resource ('languages and technologies across all of bdbrown4's repos'). This distinguishes it from siblings like get_languages, which likely targets a single repo, while this tool offers a cross-repo summary.

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

Usage Guidelines3/5

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

The description implies usage for getting a high-level summary across all repos, but it does not explicitly mention when to use this tool versus alternatives such as get_languages or get_repo_details. No exclusions or alternative trade-offs are stated.

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/bdbrown4/github-portfolio-mcp-server'

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